comparison src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp @ 6008:b632e80fc9dc

4988100: oop_verify_old_oop appears to be dead Summary: removed oop_verify_old_oop and allow_dirty. Also reviewed by: alexlamsl@gmail.com Reviewed-by: jmasa, jwilhelm
author brutisso
date Mon, 16 Apr 2012 08:57:18 +0200
parents 23c0eb012d6f
children da91efe96a93
comparison
equal deleted inserted replaced
6007:5c86f8211d1e 6008:b632e80fc9dc
255 virtual void print_on(outputStream* st) const; 255 virtual void print_on(outputStream* st) const;
256 virtual void print_gc_threads_on(outputStream* st) const; 256 virtual void print_gc_threads_on(outputStream* st) const;
257 virtual void gc_threads_do(ThreadClosure* tc) const; 257 virtual void gc_threads_do(ThreadClosure* tc) const;
258 virtual void print_tracing_info() const; 258 virtual void print_tracing_info() const;
259 259
260 void verify(bool allow_dirty, bool silent, VerifyOption option /* ignored */); 260 void verify(bool silent, VerifyOption option /* ignored */);
261 261
262 void print_heap_change(size_t prev_used); 262 void print_heap_change(size_t prev_used);
263 263
264 // Resize the young generation. The reserved space for the 264 // Resize the young generation. The reserved space for the
265 // generation may be expanded in preparation for the resize. 265 // generation may be expanded in preparation for the resize.