diff -r 155b084cf384 -r 05ff6e27de45 src/hotspot/share/oops/method.hpp --- 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.