equal
deleted
inserted
replaced
2297 "Print date stamps at garbage collection") \ |
2297 "Print date stamps at garbage collection") \ |
2298 \ |
2298 \ |
2299 manageable(bool, PrintGCTimeStamps, false, \ |
2299 manageable(bool, PrintGCTimeStamps, false, \ |
2300 "Print timestamps at garbage collection") \ |
2300 "Print timestamps at garbage collection") \ |
2301 \ |
2301 \ |
|
2302 manageable(bool, PrintGCID, true, \ |
|
2303 "Print an identifier for each garbage collection") \ |
|
2304 \ |
2302 product(bool, PrintGCTaskTimeStamps, false, \ |
2305 product(bool, PrintGCTaskTimeStamps, false, \ |
2303 "Print timestamps for individual gc worker thread tasks") \ |
2306 "Print timestamps for individual gc worker thread tasks") \ |
2304 \ |
2307 \ |
2305 develop(intx, ConcGCYieldTimeout, 0, \ |
2308 develop(intx, ConcGCYieldTimeout, 0, \ |
2306 "If non-zero, assert that GC threads yield within this " \ |
2309 "If non-zero, assert that GC threads yield within this " \ |