hotspot Udiff src/share/vm/oops/oop.hpp (original) (raw)

< prev index next >

Print this page


@@ -296,23 +296,10 @@ bool is_unlocked_oop() const; #endif // garbage collection bool is_gc_marked() const; - // Apply "MarkSweep::mark_and_push" to (the address of) every non-NULL - // reference field in "this". - void follow_contents(void);

-#if INCLUDE_ALL_GCS - // Parallel Scavenge - void push_contents(PSPromotionManager* pm);


@@ -332,21 +319,34 @@

// Age of object during scavenge uint age() const; void incr_age();

< prev index next >