src/hotspot/share/oops/method.hpp
changeset 57710 05ff6e27de45
parent 55749 cff8aad2593f
child 58226 408c445d04e8
--- a/src/hotspot/share/oops/method.hpp	Mon Aug 12 08:48:47 2019 +0200
+++ b/src/hotspot/share/oops/method.hpp	Mon Aug 12 10:02:25 2019 +0200
@@ -533,7 +533,6 @@
     native_bind_event_is_interesting = true
   };
   address native_function() const                { return *(native_function_addr()); }
-  address critical_native_function();
 
   // Must specify a real function (not NULL).
   // Use clear_native_function() to unregister.