aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/runtime/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/runtime/init.cpp')
-rw-r--r--src/share/vm/runtime/init.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/share/vm/runtime/init.cpp b/src/share/vm/runtime/init.cpp
index 7c1904693..1f09c3683 100644
--- a/src/share/vm/runtime/init.cpp
+++ b/src/share/vm/runtime/init.cpp
@@ -125,9 +125,6 @@ jint init_globals() {
javaClasses_init(); // must happen after vtable initialization
stubRoutines_init2(); // note: StubRoutines need 2-phase init
- // Generate MethodHandles adapters.
- MethodHandles::generate_adapters();
-
// Although we'd like to, we can't easily do a heap verify
// here because the main thread isn't yet a JavaThread, so
// its TLAB may not be made parseable from the usual interfaces.