src/hotspot/share/jvmci/jvmciRuntime.hpp
changeset 55454 8892555795cd
parent 55293 d19dc5b10fbb
child 58679 9c3209ff7550
child 58901 2700c409ff10
--- a/src/hotspot/share/jvmci/jvmciRuntime.hpp	Thu Jun 20 07:56:28 2019 -0700
+++ b/src/hotspot/share/jvmci/jvmciRuntime.hpp	Thu Jun 20 10:32:25 2019 -0700
@@ -74,7 +74,7 @@
   void invalidate_nmethod_mirror(nmethod* nm);
 
   // Gets the mirror from nm's oops table.
-  oop get_nmethod_mirror(nmethod* nm);
+  oop get_nmethod_mirror(nmethod* nm, bool phantom_ref);
 
   // Sets the mirror in nm's oops table.
   void set_nmethod_mirror(nmethod* nm, oop mirror);