mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 20:44:41 +02:00
8043607: Add a GC id as a log decoration similar to PrintGCTimeStamps
Reviewed-by: jwilhelm, ehelin, tschatzl
This commit is contained in:
parent
ad2e593b80
commit
9672a26d51
32 changed files with 404 additions and 174 deletions
|
@ -2299,6 +2299,9 @@ class CommandLineFlags {
|
|||
manageable(bool, PrintGCTimeStamps, false, \
|
||||
"Print timestamps at garbage collection") \
|
||||
\
|
||||
manageable(bool, PrintGCID, true, \
|
||||
"Print an identifier for each garbage collection") \
|
||||
\
|
||||
product(bool, PrintGCTaskTimeStamps, false, \
|
||||
"Print timestamps for individual gc worker thread tasks") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue