hotspot/src/share/vm/runtime/globals.hpp
changeset 18946 65a870954fd7
parent 18703 2a39dd8382ab
child 18997 1e0cf7cd4ab0
child 22823 40b2c6c30123
equal deleted inserted replaced
18943:7d0ef675e808 18946:65a870954fd7
  2587           "Inline allocations larger than this in doublewords must go slow")\
  2587           "Inline allocations larger than this in doublewords must go slow")\
  2588                                                                             \
  2588                                                                             \
  2589   product(bool, AggressiveOpts, false,                                      \
  2589   product(bool, AggressiveOpts, false,                                      \
  2590           "Enable aggressive optimizations - see arguments.cpp")            \
  2590           "Enable aggressive optimizations - see arguments.cpp")            \
  2591                                                                             \
  2591                                                                             \
  2592   product(bool, UseStringCache, false,                                      \
       
  2593           "Enable String cache capabilities on String.java")                \
       
  2594                                                                             \
       
  2595   /* statistics */                                                          \
  2592   /* statistics */                                                          \
  2596   develop(bool, CountCompiledCalls, false,                                  \
  2593   develop(bool, CountCompiledCalls, false,                                  \
  2597           "counts method invocations")                                      \
  2594           "counts method invocations")                                      \
  2598                                                                             \
  2595                                                                             \
  2599   notproduct(bool, CountRuntimeCalls, false,                                \
  2596   notproduct(bool, CountRuntimeCalls, false,                                \