src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp

changeset 3762
3a22b77e755a
parent 3734
48fac5d60c3c
child 3767
9d679effd28c
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Fri May 11 14:54:35 2012 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Mon May 14 17:32:17 2012 +0200
     1.3 @@ -5502,7 +5502,7 @@
     1.4    if (evacuation_failed()) {
     1.5      remove_self_forwarding_pointers();
     1.6      if (G1Log::finer()) {
     1.7 -      gclog_or_tty->print(" (to-space overflow)");
     1.8 +      gclog_or_tty->print(" (to-space exhausted)");
     1.9      } else if (G1Log::fine()) {
    1.10        gclog_or_tty->print("--");
    1.11      }

mercurial