src/hotspot/share/code/vtableStubs.cpp
changeset 57779 0a8407a78a2f
parent 57745 789e967c2731
child 58679 9c3209ff7550
--- a/src/hotspot/share/code/vtableStubs.cpp	Fri Aug 16 15:01:58 2019 +0100
+++ b/src/hotspot/share/code/vtableStubs.cpp	Fri Aug 16 16:50:17 2019 +0200
@@ -213,7 +213,7 @@
   VtableStub* s;
   {
     MutexLocker ml(VtableStubs_lock, Mutex::_no_safepoint_check_flag);
-    s = ShareVtableStubs ? lookup(is_vtable_stub, vtable_index) : NULL;
+    s = lookup(is_vtable_stub, vtable_index);
     if (s == NULL) {
       if (is_vtable_stub) {
         s = create_vtable_stub(vtable_index);