< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahHeap.hpp

Print this page
rev 59438 : 8245823: Shenandoah: inline/optimize ShenandoahEvacOOMScope

*** 697,708 **** // Evacuates object src. Returns the evacuated object, either evacuated // by this thread, or by some other thread. inline oop evacuate_object(oop src, Thread* thread); // Call before/after evacuation. ! void enter_evacuation(); ! void leave_evacuation(); // ---------- Helper functions // public: template <class T> --- 697,708 ---- // Evacuates object src. Returns the evacuated object, either evacuated // by this thread, or by some other thread. inline oop evacuate_object(oop src, Thread* thread); // Call before/after evacuation. ! inline void enter_evacuation(Thread* t); ! inline void leave_evacuation(Thread* t); // ---------- Helper functions // public: template <class T>
< prev index next >