< prev index next >

src/hotspot/share/code/nmethod.hpp

Print this page
rev 54621 : imported patch 8221734-v1

@@ -373,11 +373,11 @@
     _has_flushed_dependencies = 1;
   }
 
   int   comp_level() const                        { return _comp_level; }
 
-  void unlink_from_method(bool acquire_lock);
+  void unlink_from_method();
 
   // Support for oops in scopes and relocs:
   // Note: index 0 is reserved for null.
   oop   oop_at(int index) const;
   oop*  oop_addr_at(int index) const {  // for GC
< prev index next >