src/hotspot/share/gc/shenandoah/shenandoahEvacOOMHandler.cpp
changeset 59290 97d13893ec3c
parent 59268 611f6bfe7c30
equal deleted inserted replaced
59289:c887851da33d 59290:97d13893ec3c
    25 
    25 
    26 #include "gc/shenandoah/shenandoahHeap.hpp"
    26 #include "gc/shenandoah/shenandoahHeap.hpp"
    27 #include "gc/shenandoah/shenandoahUtils.hpp"
    27 #include "gc/shenandoah/shenandoahUtils.hpp"
    28 #include "gc/shenandoah/shenandoahEvacOOMHandler.hpp"
    28 #include "gc/shenandoah/shenandoahEvacOOMHandler.hpp"
    29 #include "gc/shenandoah/shenandoahThreadLocalData.hpp"
    29 #include "gc/shenandoah/shenandoahThreadLocalData.hpp"
    30 #include "runtime/orderAccess.hpp"
    30 #include "runtime/atomic.hpp"
    31 #include "runtime/os.hpp"
    31 #include "runtime/os.hpp"
    32 #include "runtime/thread.hpp"
    32 #include "runtime/thread.hpp"
    33 
    33 
    34 const jint ShenandoahEvacOOMHandler::OOM_MARKER_MASK = 0x80000000;
    34 const jint ShenandoahEvacOOMHandler::OOM_MARKER_MASK = 0x80000000;
    35 
    35