hotspot/src/share/vm/runtime/globals.hpp
changeset 1380 c6ace647ca84
parent 1376 f7fc7a708b63
parent 618 9641c2c8f977
child 1382 fa3de4068282
equal deleted inserted replaced
1379:ccfaefa561cd 1380:c6ace647ca84
  2259           "Inline allocations larger than this in doublewords must go slow")\
  2259           "Inline allocations larger than this in doublewords must go slow")\
  2260                                                                             \
  2260                                                                             \
  2261   product(bool, AggressiveOpts, false,                                      \
  2261   product(bool, AggressiveOpts, false,                                      \
  2262           "Enable aggressive optimizations - see arguments.cpp")            \
  2262           "Enable aggressive optimizations - see arguments.cpp")            \
  2263                                                                             \
  2263                                                                             \
       
  2264   product(bool, UseStringCache, false,                                      \
       
  2265           "Enable String cache capabilities on String.java")                \
       
  2266                                                                             \
  2264   /* statistics */                                                          \
  2267   /* statistics */                                                          \
  2265   develop(bool, UseVTune, false,                                            \
  2268   develop(bool, UseVTune, false,                                            \
  2266           "enable support for Intel's VTune profiler")                      \
  2269           "enable support for Intel's VTune profiler")                      \
  2267                                                                             \
  2270                                                                             \
  2268   develop(bool, CountCompiledCalls, false,                                  \
  2271   develop(bool, CountCompiledCalls, false,                                  \