hotspot/src/share/vm/runtime/globals.hpp
changeset 618 9641c2c8f977
parent 600 f7b4f99c0199
child 765 e0692d3d8863
child 670 ddf3e9583f2f
child 1380 c6ace647ca84
equal deleted inserted replaced
617:df40623379ed 618:9641c2c8f977
  2244           "Inline allocations larger than this in doublewords must go slow")\
  2244           "Inline allocations larger than this in doublewords must go slow")\
  2245                                                                             \
  2245                                                                             \
  2246   product(bool, AggressiveOpts, false,                                      \
  2246   product(bool, AggressiveOpts, false,                                      \
  2247           "Enable aggressive optimizations - see arguments.cpp")            \
  2247           "Enable aggressive optimizations - see arguments.cpp")            \
  2248                                                                             \
  2248                                                                             \
       
  2249   product(bool, UseStringCache, false,                                      \
       
  2250           "Enable String cache capabilities on String.java")                \
       
  2251                                                                             \
  2249   /* statistics */                                                          \
  2252   /* statistics */                                                          \
  2250   develop(bool, UseVTune, false,                                            \
  2253   develop(bool, UseVTune, false,                                            \
  2251           "enable support for Intel's VTune profiler")                      \
  2254           "enable support for Intel's VTune profiler")                      \
  2252                                                                             \
  2255                                                                             \
  2253   develop(bool, CountCompiledCalls, false,                                  \
  2256   develop(bool, CountCompiledCalls, false,                                  \