hotspot/src/share/vm/prims/methodHandles.cpp
changeset 42664 29142a56c193
parent 40102 23ff468d69b4
child 43665 4bb003cad9b9
child 46262 83280d968b96
--- a/hotspot/src/share/vm/prims/methodHandles.cpp	Mon Dec 19 00:49:34 2016 +0100
+++ b/hotspot/src/share/vm/prims/methodHandles.cpp	Mon Dec 19 12:39:01 2016 -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.