hotspot/src/share/vm/gc/g1/g1ParScanThreadState.hpp
changeset 32608 ef2ec6fac731
parent 32382 8ab915777257
child 32736 755024a84282
--- a/hotspot/src/share/vm/gc/g1/g1ParScanThreadState.hpp	Wed Sep 02 09:14:04 2015 +0200
+++ b/hotspot/src/share/vm/gc/g1/g1ParScanThreadState.hpp	Wed Sep 02 09:51:05 2015 +0200
@@ -173,6 +173,10 @@
                                   bool previous_plab_refill_failed);
 
   inline InCSetState next_state(InCSetState const state, markOop const m, uint& age);
+
+  void report_promotion_event(InCSetState const dest_state,
+                              oop const old, size_t word_sz, uint age,
+                              HeapWord * const obj_ptr, const AllocationContext_t context) const;
  public:
 
   oop copy_to_survivor_space(InCSetState const state, oop const obj, markOop const old_mark);