comparison src/share/vm/runtime/globals.hpp @ 1644:2a47bd84841f

6965184: possible races in make_not_entrant_or_zombie Reviewed-by: kvn
author never
date Thu, 08 Jul 2010 14:29:44 -0700
parents 79107c3a6bd5
children 083fde3b838e
comparison
equal deleted inserted replaced
1635:a693e51ac197 1644:2a47bd84841f
2539 \ 2539 \
2540 product(bool, UseStringCache, false, \ 2540 product(bool, UseStringCache, false, \
2541 "Enable String cache capabilities on String.java") \ 2541 "Enable String cache capabilities on String.java") \
2542 \ 2542 \
2543 /* statistics */ \ 2543 /* statistics */ \
2544 develop(bool, UseVTune, false, \
2545 "enable support for Intel's VTune profiler") \
2546 \
2547 develop(bool, CountCompiledCalls, false, \ 2544 develop(bool, CountCompiledCalls, false, \
2548 "counts method invocations") \ 2545 "counts method invocations") \
2549 \ 2546 \
2550 notproduct(bool, CountRuntimeCalls, false, \ 2547 notproduct(bool, CountRuntimeCalls, false, \
2551 "counts VM runtime calls") \ 2548 "counts VM runtime calls") \