--- old/src/share/vm/gc_implementation/g1/g1ParScanThreadState.hpp 2019-02-15 19:02:26.939200060 +0300 +++ new/src/share/vm/gc_implementation/g1/g1ParScanThreadState.hpp 2019-02-15 19:02:26.831203838 +0300 @@ -212,6 +212,10 @@ 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: