src/hotspot/share/gc/shenandoah/shenandoahHeap.hpp
changeset 54361 879051d3772a
parent 54338 7a34a3270270
child 54388 a1acc800c87a
equal deleted inserted replaced
54360:6a4abdb6749c 54361:879051d3772a
   582 // ---------- Code roots handling hooks
   582 // ---------- Code roots handling hooks
   583 //
   583 //
   584 public:
   584 public:
   585   void register_nmethod(nmethod* nm);
   585   void register_nmethod(nmethod* nm);
   586   void unregister_nmethod(nmethod* nm);
   586   void unregister_nmethod(nmethod* nm);
       
   587   void flush_nmethod(nmethod* nm) {}
       
   588   void verify_nmethod(nmethod* nm) {}
   587 
   589 
   588 // ---------- Pinning hooks
   590 // ---------- Pinning hooks
   589 //
   591 //
   590 public:
   592 public:
   591   // Shenandoah supports per-object (per-region) pinning
   593   // Shenandoah supports per-object (per-region) pinning