comparison src/share/vm/runtime/globals.hpp @ 192:6d13fcb3663f

6714404: Add UseStringCache switch to enable String caching under AggressiveOpts Summary: Poke String.stringCacheEnabled during vm initialization Reviewed-by: never
author kvn
date Fri, 13 Jun 2008 14:49:07 -0700
parents 510f98a80563
children d1605aabd0a1 ab65a4c9b2e8 69fefd031e6c
comparison
equal deleted inserted replaced
191:3ad4bacbcdbe 192:6d13fcb3663f
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, \