< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahStackWatermark.hpp

Print this page
@@ -52,10 +52,11 @@
    static uint32_t                      _epoch_id;
    ShenandoahHeap* const                _heap;
    ThreadLocalAllocStats                _stats;
  
    // Closures
+   ShenandoahNoOpClosure                _no_op_cl;
    ShenandoahKeepAliveClosure           _keep_alive_cl;
    ShenandoahEvacuateUpdateRootsClosure _evac_update_oop_cl;
    ShenandoahOnStackNMethodClosure      _nm_cl;
  public:
    ShenandoahStackWatermark(JavaThread* jt);
< prev index next >