equal
deleted
inserted
replaced
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 |