src/hotspot/share/interpreter/bytecode.hpp
changeset 59056 15936b142f86
parent 53244 9807daeb47c4
--- a/src/hotspot/share/interpreter/bytecode.hpp	Wed Nov 13 11:27:50 2019 +0000
+++ b/src/hotspot/share/interpreter/bytecode.hpp	Wed Nov 13 08:23:23 2019 -0500
@@ -209,7 +209,7 @@
   void verify() const;
 
   // Attributes
-  methodHandle static_target(TRAPS);             // "specified" method   (from constant pool)
+  Method* static_target(TRAPS);                  // "specified" method   (from constant pool)
   Handle       appendix(TRAPS);                  // if CPCE::has_appendix (from constant pool)
 
   // Testers