--- old/src/hotspot/share/interpreter/templateInterpreterGenerator.cpp 2018-07-06 14:16:11.575942631 -0700 +++ new/src/hotspot/share/interpreter/templateInterpreterGenerator.cpp 2018-07-06 14:16:10.931917911 -0700 @@ -23,6 +23,7 @@ */ #include "precompiled.hpp" +#include "compiler/disassembler.hpp" #include "interpreter/interpreter.hpp" #include "interpreter/interpreterRuntime.hpp" #include "interpreter/interp_masm.hpp" @@ -33,7 +34,7 @@ #ifndef CC_INTERP -# define __ _masm-> +#define __ Disassembler::hook(__FILE__, __LINE__, _masm)-> TemplateInterpreterGenerator::TemplateInterpreterGenerator(StubQueue* _code): AbstractInterpreterGenerator(_code) { _unimplemented_bytecode = NULL;