comparison src/share/vm/runtime/globals.hpp @ 6109:bbc900c2482a

7172279: G1: Clean up TraceGen0Time and TraceGen1Time data gathering Summary: Simplify code, remove unused code, remove ExitAfterGCNum Reviewed-by: huntch, johnc
author brutisso
date Thu, 31 May 2012 21:10:33 +0200
parents 9d679effd28c
children 8b0a4867acf0 e9140bf80b4a
comparison
equal deleted inserted replaced
6108:c52a6a39546c 6109:bbc900c2482a
3283 "GC invoke count where +VerifyBefore/AfterGC kicks in") \ 3283 "GC invoke count where +VerifyBefore/AfterGC kicks in") \
3284 \ 3284 \
3285 diagnostic(intx, VerifyGCLevel, 0, \ 3285 diagnostic(intx, VerifyGCLevel, 0, \
3286 "Generation level at which to start +VerifyBefore/AfterGC") \ 3286 "Generation level at which to start +VerifyBefore/AfterGC") \
3287 \ 3287 \
3288 develop(uintx, ExitAfterGCNum, 0, \
3289 "If non-zero, exit after this GC.") \
3290 \
3291 product(intx, MaxTenuringThreshold, 15, \ 3288 product(intx, MaxTenuringThreshold, 15, \
3292 "Maximum value for tenuring threshold") \ 3289 "Maximum value for tenuring threshold") \
3293 \ 3290 \
3294 product(intx, InitialTenuringThreshold, 7, \ 3291 product(intx, InitialTenuringThreshold, 7, \
3295 "Initial value for tenuring threshold") \ 3292 "Initial value for tenuring threshold") \