equal
deleted
inserted
replaced
26 #include "gc/shenandoah/shenandoahAsserts.hpp" |
26 #include "gc/shenandoah/shenandoahAsserts.hpp" |
27 #include "gc/shenandoah/shenandoahClosures.hpp" |
27 #include "gc/shenandoah/shenandoahClosures.hpp" |
28 #include "gc/shenandoah/shenandoahHeap.inline.hpp" |
28 #include "gc/shenandoah/shenandoahHeap.inline.hpp" |
29 #include "gc/shenandoah/shenandoahTraversalGC.hpp" |
29 #include "gc/shenandoah/shenandoahTraversalGC.hpp" |
30 #include "oops/compressedOops.inline.hpp" |
30 #include "oops/compressedOops.inline.hpp" |
|
31 #include "runtime/atomic.hpp" |
31 #include "runtime/thread.hpp" |
32 #include "runtime/thread.hpp" |
32 |
33 |
33 ShenandoahForwardedIsAliveClosure::ShenandoahForwardedIsAliveClosure() : |
34 ShenandoahForwardedIsAliveClosure::ShenandoahForwardedIsAliveClosure() : |
34 _mark_context(ShenandoahHeap::heap()->marking_context()) { |
35 _mark_context(ShenandoahHeap::heap()->marking_context()) { |
35 } |
36 } |