src/hotspot/share/gc/shenandoah/shenandoahClosures.inline.hpp
changeset 59290 97d13893ec3c
parent 59252 623722a6aeb9
child 59296 9186be5c78ba
equal deleted inserted replaced
59289:c887851da33d 59290:97d13893ec3c
    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 }