src/hotspot/share/oops/method.hpp
changeset 54721 3661ad97da8f
parent 54432 532e88de77eb
child 54927 1512d88b24c6
--- a/src/hotspot/share/oops/method.hpp	Mon May 06 14:47:55 2019 -0400
+++ b/src/hotspot/share/oops/method.hpp	Mon May 06 12:15:49 2019 -0700
@@ -619,6 +619,7 @@
 
   // true if method needs no dynamic dispatch (final and/or no vtable entry)
   bool can_be_statically_bound() const;
+  bool can_be_statically_bound(InstanceKlass* context) const;
   bool can_be_statically_bound(AccessFlags class_access_flags) const;
 
   // returns true if the method has any backward branches.