comparison src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp @ 845:df6caf649ff7

6700789: G1: Enable use of compressed oops with G1 heaps Summary: Modifications to G1 so as to allow the use of compressed oops. Reviewed-by: apetrusenko, coleenp, jmasa, kvn, never, phh, tonyp
author ysr
date Tue, 14 Jul 2009 15:40:39 -0700
parents c89f86385056
children 148e5441d916
comparison
equal deleted inserted replaced
839:bb18957ad21e 845:df6caf649ff7
883 tty->print_cr("[Accumulated GC generation 1 time %3.7f secs]", time); 883 tty->print_cr("[Accumulated GC generation 1 time %3.7f secs]", time);
884 } 884 }
885 } 885 }
886 886
887 887
888 void ParallelScavengeHeap::verify(bool allow_dirty, bool silent) { 888 void ParallelScavengeHeap::verify(bool allow_dirty, bool silent, bool option /* ignored */) {
889 // Why do we need the total_collections()-filter below? 889 // Why do we need the total_collections()-filter below?
890 if (total_collections() > 0) { 890 if (total_collections() > 0) {
891 if (!silent) { 891 if (!silent) {
892 gclog_or_tty->print("permanent "); 892 gclog_or_tty->print("permanent ");
893 } 893 }