commit | 0e01d61aede75a5c6954109604bffec29989142a | [log] [tgz] |
---|---|---|
author | Kevin Walls <kevinw@openjdk.org> | Mon Mar 11 12:56:00 2013 +0000 |
committer | Kevin Walls <kevinw@openjdk.org> | Mon Mar 11 12:56:00 2013 +0000 |
tree | 0acee48e478a92ab47f91bf1d34dde6401817b10 | |
parent | ca0e9333087a5c980a12982b5b647814dfaa1c05 [diff] |
8009723: CMS logs "concurrent mode failure" twice when using (disabling) -XX:-UseCMSCompactAtFullCollection Reviewed-by: jwilhelm, ehelin, brutisso
diff --git a/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp b/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp index 24d4cc9..d3c93b7 100644 --- a/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp +++ b/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
@@ -2111,11 +2111,6 @@ // required. _collectorState = FinalMarking; } - if (PrintGCDetails && - (_collectorState > Idling || - !GCCause::is_user_requested_gc(GenCollectedHeap::heap()->gc_cause()))) { - gclog_or_tty->print(" (concurrent mode failure)"); - } collect_in_foreground(clear_all_soft_refs); // For a mark-sweep, compute_new_size() will be called