comparison src/share/vm/runtime/globals.hpp @ 348:69fefd031e6c

Merge
author ysr
date Tue, 24 Jun 2008 13:20:34 -0700
parents 6aae2f9d0294 6d13fcb3663f
children d28aa69f0959
comparison
equal deleted inserted replaced
347:60fb9c4db4e6 348:69fefd031e6c
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, \