comparison src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp @ 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 0fbdb4381b99
children 148e5441d916
comparison
equal deleted inserted replaced
839:bb18957ad21e 845:df6caf649ff7
215 void print_on(outputStream* st) const; 215 void print_on(outputStream* st) const;
216 virtual void print_gc_threads_on(outputStream* st) const; 216 virtual void print_gc_threads_on(outputStream* st) const;
217 virtual void gc_threads_do(ThreadClosure* tc) const; 217 virtual void gc_threads_do(ThreadClosure* tc) const;
218 virtual void print_tracing_info() const; 218 virtual void print_tracing_info() const;
219 219
220 void verify(bool allow_dirty, bool silent); 220 void verify(bool allow_dirty, bool silent, bool /* option */);
221 221
222 void print_heap_change(size_t prev_used); 222 void print_heap_change(size_t prev_used);
223 223
224 // Resize the young generation. The reserved space for the 224 // Resize the young generation. The reserved space for the
225 // generation may be expanded in preparation for the resize. 225 // generation may be expanded in preparation for the resize.