src/hotspot/share/jvmci/jvmciRuntime.hpp
changeset 55454 8892555795cd
parent 55293 d19dc5b10fbb
child 58679 9c3209ff7550
child 58901 2700c409ff10
equal deleted inserted replaced
55453:65916ade7fa2 55454:8892555795cd
    72   // Clears the HotSpotNmethod.address field in the  mirror. If nm
    72   // Clears the HotSpotNmethod.address field in the  mirror. If nm
    73   // is dead, the HotSpotNmethod.entryPoint field is also cleared.
    73   // is dead, the HotSpotNmethod.entryPoint field is also cleared.
    74   void invalidate_nmethod_mirror(nmethod* nm);
    74   void invalidate_nmethod_mirror(nmethod* nm);
    75 
    75 
    76   // Gets the mirror from nm's oops table.
    76   // Gets the mirror from nm's oops table.
    77   oop get_nmethod_mirror(nmethod* nm);
    77   oop get_nmethod_mirror(nmethod* nm, bool phantom_ref);
    78 
    78 
    79   // Sets the mirror in nm's oops table.
    79   // Sets the mirror in nm's oops table.
    80   void set_nmethod_mirror(nmethod* nm, oop mirror);
    80   void set_nmethod_mirror(nmethod* nm, oop mirror);
    81 
    81 
    82   // Clears the mirror in nm's oops table.
    82   // Clears the mirror in nm's oops table.