< prev index next >

src/share/vm/gc_implementation/g1/g1ParScanThreadState.hpp

Print this page

        

@@ -210,10 +210,14 @@
   HeapWord* allocate_in_next_plab(InCSetState const state,
                                   InCSetState* dest,
                                   size_t word_sz,
                                   AllocationContext_t const context);
 
+  void report_promotion_event(InCSetState const dest_state,
+                              oop const old, size_t word_sz, uint age,
+                              HeapWord * const obj_ptr, AllocationContext_t context) const;
+
   inline InCSetState next_state(InCSetState const state, markOop const m, uint& age);
  public:
 
   oop copy_to_survivor_space(InCSetState const state, oop const obj, markOop const old_mark);
 
< prev index next >