mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
Also reviewed by vitalyd@gmail.com. Introduced the WorkerDataArray class. Fixed some minor logging bugs. Reviewed-by: johnc, mgerdin
This commit is contained in:
parent
2271c9dfad
commit
68bbfe24e7
8 changed files with 460 additions and 390 deletions
|
@ -1916,7 +1916,7 @@ bool Arguments::check_vm_args_consistency() {
|
|||
(ExplicitGCInvokesConcurrent ||
|
||||
ExplicitGCInvokesConcurrentAndUnloadsClasses)) {
|
||||
jio_fprintf(defaultStream::error_stream(),
|
||||
"error: +ExplictGCInvokesConcurrent[AndUnloadsClasses] conflicts"
|
||||
"error: +ExplicitGCInvokesConcurrent[AndUnloadsClasses] conflicts"
|
||||
" with -UseAsyncConcMarkSweepGC");
|
||||
status = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue