# HG changeset patch # User kevinw # Date 1363012630 -3600 # Node ID 71f619500f9bb2010a536315d7bdd96b6352c70f # Parent 167812fe00bbd1d36bc3ee9eda11be9f5ad0656f# Parent 1f3354851c916d112157d6ea886f5d742f314512 Merge diff -r 1f3354851c91 -r 71f619500f9b src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp --- a/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp Mon Mar 11 08:49:53 2013 +0100 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp Mon Mar 11 15:37:10 2013 +0100 @@ -2063,11 +2063,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