comparison src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp @ 1547:fb1a39993f69

6951319: enable solaris builds using Sun Studio 12 update 1 Reviewed-by: kamg, ysr, dholmes, johnc
author jcoomes
date Tue, 18 May 2010 11:02:18 -0700
parents cc387008223e
children c18cbe5936b8 2d127394260e
comparison
equal deleted inserted replaced
1546:a00b51b2dda4 1547:fb1a39993f69
2338 2338
2339 if (failures) { 2339 if (failures) {
2340 gclog_or_tty->print_cr("Heap:"); 2340 gclog_or_tty->print_cr("Heap:");
2341 print_on(gclog_or_tty, true /* extended */); 2341 print_on(gclog_or_tty, true /* extended */);
2342 gclog_or_tty->print_cr(""); 2342 gclog_or_tty->print_cr("");
2343 #ifndef PRODUCT
2343 if (VerifyDuringGC && G1VerifyDuringGCPrintReachable) { 2344 if (VerifyDuringGC && G1VerifyDuringGCPrintReachable) {
2344 concurrent_mark()->print_reachable("at-verification-failure", 2345 concurrent_mark()->print_reachable("at-verification-failure",
2345 use_prev_marking, false /* all */); 2346 use_prev_marking, false /* all */);
2346 } 2347 }
2348 #endif
2347 gclog_or_tty->flush(); 2349 gclog_or_tty->flush();
2348 } 2350 }
2349 guarantee(!failures, "there should not have been any failures"); 2351 guarantee(!failures, "there should not have been any failures");
2350 } else { 2352 } else {
2351 if (!silent) gclog_or_tty->print("(SKIPPING roots, heapRegions, remset) "); 2353 if (!silent) gclog_or_tty->print("(SKIPPING roots, heapRegions, remset) ");