< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahEvacOOMHandler.cpp

Print this page

        

*** 25,35 **** #include "gc/shenandoah/shenandoahHeap.hpp" #include "gc/shenandoah/shenandoahUtils.hpp" #include "gc/shenandoah/shenandoahEvacOOMHandler.hpp" #include "gc/shenandoah/shenandoahThreadLocalData.hpp" ! #include "runtime/orderAccess.hpp" #include "runtime/os.hpp" #include "runtime/thread.hpp" const jint ShenandoahEvacOOMHandler::OOM_MARKER_MASK = 0x80000000; --- 25,35 ---- #include "gc/shenandoah/shenandoahHeap.hpp" #include "gc/shenandoah/shenandoahUtils.hpp" #include "gc/shenandoah/shenandoahEvacOOMHandler.hpp" #include "gc/shenandoah/shenandoahThreadLocalData.hpp" ! #include "runtime/atomic.hpp" #include "runtime/os.hpp" #include "runtime/thread.hpp" const jint ShenandoahEvacOOMHandler::OOM_MARKER_MASK = 0x80000000;
< prev index next >