diff -r 57ad70bcf06c -r 15936b142f86 src/hotspot/share/interpreter/bytecode.hpp --- 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