--- old/hotspot/src/share/vm/prims/methodHandles.cpp 2016-12-02 11:16:01.073757323 -0500 +++ new/hotspot/src/share/vm/prims/methodHandles.cpp 2016-12-02 11:15:59.509668628 -0500 @@ -26,7 +26,6 @@ #include "classfile/javaClasses.inline.hpp" #include "classfile/stringTable.hpp" #include "code/codeCache.hpp" -#include "code/codeCacheExtensions.hpp" #include "code/dependencyContext.hpp" #include "compiler/compileBroker.hpp" #include "interpreter/interpreter.hpp" @@ -94,7 +93,6 @@ StubCodeMark mark(this, "MethodHandle::interpreter_entry", vmIntrinsics::name_at(iid)); address entry = MethodHandles::generate_method_handle_interpreter_entry(_masm, iid); if (entry != NULL) { - CodeCacheExtensions::handle_generated_pc(entry, vmIntrinsics::name_at(iid)); Interpreter::set_entry_for_kind(mk, entry); } // If the entry is not set, it will throw AbstractMethodError.