hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 31389 e0688be912e5
parent 31335 60081f497e75
child 31620 53be635ad49c
child 31590 427d073af867
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Tue Jun 23 22:10:33 2015 -0400
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Wed Jun 24 08:30:52 2015 +0200
@@ -2335,15 +2335,6 @@
   // and a single writer: this could be fixed if it becomes a
   // problem).
 
-  // Get the address of the ic_miss handlers before we grab the
-  // AdapterHandlerLibrary_lock. This fixes bug 6236259 which
-  // was caused by the initialization of the stubs happening
-  // while we held the lock and then notifying jvmti while
-  // holding it. This just forces the initialization to be a little
-  // earlier.
-  address ic_miss = SharedRuntime::get_ic_miss_stub();
-  assert(ic_miss != NULL, "must have handler");
-
   ResourceMark rm;
 
   NOT_PRODUCT(int insts_size);