src/hotspot/share/gc/z/zBarrierSetNMethod.hpp
changeset 59284 88502b1cf76f
parent 52939 9a8585f60c32
equal deleted inserted replaced
59283:78aa7484c722 59284:88502b1cf76f
    29 
    29 
    30 class nmethod;
    30 class nmethod;
    31 
    31 
    32 class ZBarrierSetNMethod : public BarrierSetNMethod {
    32 class ZBarrierSetNMethod : public BarrierSetNMethod {
    33 protected:
    33 protected:
    34   virtual int disarmed_value() const;
       
    35   virtual bool nmethod_entry_barrier(nmethod* nm);
    34   virtual bool nmethod_entry_barrier(nmethod* nm);
    36 
    35 
    37 public:
    36 public:
    38   virtual ByteSize thread_disarmed_offset() const;
    37   virtual ByteSize thread_disarmed_offset() const;
       
    38   virtual int* disarmed_value_address() const;
    39 };
    39 };
    40 
    40 
    41 #endif // SHARE_GC_Z_ZBARRIERSETNMETHOD_HPP
    41 #endif // SHARE_GC_Z_ZBARRIERSETNMETHOD_HPP