comparison src/share/vm/runtime/globals.hpp @ 20190:0982ec23da03

8043607: Add a GC id as a log decoration similar to PrintGCTimeStamps Reviewed-by: jwilhelm, ehelin, tschatzl
author brutisso
date Thu, 19 Jun 2014 13:31:14 +0200
parents 2b8a9740813e
children 009de2b033fc
comparison
equal deleted inserted replaced
20189:5d855d021755 20190:0982ec23da03
2285 "Print date stamps at garbage collection") \ 2285 "Print date stamps at garbage collection") \
2286 \ 2286 \
2287 manageable(bool, PrintGCTimeStamps, false, \ 2287 manageable(bool, PrintGCTimeStamps, false, \
2288 "Print timestamps at garbage collection") \ 2288 "Print timestamps at garbage collection") \
2289 \ 2289 \
2290 manageable(bool, PrintGCID, false, \
2291 "Print an identifier for each garbage collection") \
2292 \
2290 product(bool, PrintGCTaskTimeStamps, false, \ 2293 product(bool, PrintGCTaskTimeStamps, false, \
2291 "Print timestamps for individual gc worker thread tasks") \ 2294 "Print timestamps for individual gc worker thread tasks") \
2292 \ 2295 \
2293 develop(intx, ConcGCYieldTimeout, 0, \ 2296 develop(intx, ConcGCYieldTimeout, 0, \
2294 "If non-zero, assert that GC threads yield within this " \ 2297 "If non-zero, assert that GC threads yield within this " \