comparison src/share/vm/runtime/globals.hpp @ 1321:0f6600cee529

6934758: Expose the break down of clean up task time during safepoint. Summary: Use -XX:+TraceSafepointCleanupTime to print out the details of each clean up tasks. Reviewed-by: dholmes, ysr
author xlu
date Sat, 13 Mar 2010 16:32:49 -0800
parents c76ca382971b
children 4a9cc99938e3
comparison
equal deleted inserted replaced
1320:3b3d12e645e7 1321:0f6600cee529
2287 \ 2287 \
2288 product(intx, PrintSafepointStatisticsTimeout, -1, \ 2288 product(intx, PrintSafepointStatisticsTimeout, -1, \
2289 "print safepoint statistics only when safepoint takes" \ 2289 "print safepoint statistics only when safepoint takes" \
2290 " more than PrintSafepointSatisticsTimeout in millis") \ 2290 " more than PrintSafepointSatisticsTimeout in millis") \
2291 \ 2291 \
2292 product(bool, TraceSafepointCleanupTime, false, \
2293 "print the break down of clean up tasks performed during" \
2294 " safepoint") \
2295 \
2292 develop(bool, InlineAccessors, true, \ 2296 develop(bool, InlineAccessors, true, \
2293 "inline accessor methods (get/set)") \ 2297 "inline accessor methods (get/set)") \
2294 \ 2298 \
2295 product(bool, Inline, true, \ 2299 product(bool, Inline, true, \
2296 "enable inlining") \ 2300 "enable inlining") \