src/hotspot/share/interpreter/linkResolver.hpp
changeset 54432 532e88de77eb
parent 53746 bdccafc038a2
child 54600 69cfd80f8706
--- a/src/hotspot/share/interpreter/linkResolver.hpp	Thu Apr 04 17:23:05 2019 -0400
+++ b/src/hotspot/share/interpreter/linkResolver.hpp	Thu Apr 04 09:39:44 2019 +0200
@@ -182,7 +182,6 @@
   methodHandle current_method() const { return _current_method; }
   constantTag tag() const            { return _tag; }
   bool check_access() const          { return _check_access; }
-  char* method_string() const;
 
   void         print()  PRODUCT_RETURN;
 };