src/share/vm/runtime/globals.hpp

changeset 627
6d13fcb3663f
parent 609
510f98a80563
child 631
d1605aabd0a1
child 654
ab65a4c9b2e8
child 783
69fefd031e6c
equal deleted inserted replaced
626:3ad4bacbcdbe 627: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, \

mercurial