src/hotspot/cpu/x86/templateTable_x86.cpp
changeset 47580 96392e113a0a
parent 47216 71c04702a3d5
child 47683 f433d49aceb4
--- a/src/hotspot/cpu/x86/templateTable_x86.cpp	Fri Sep 29 10:44:58 2017 +0200
+++ b/src/hotspot/cpu/x86/templateTable_x86.cpp	Tue Oct 03 16:42:04 2017 -0400
@@ -2665,6 +2665,7 @@
                                     ConstantPoolCacheEntry::f1_offset())));
     const int mirror_offset = in_bytes(Klass::java_mirror_offset());
     __ movptr(obj, Address(obj, mirror_offset));
+    __ resolve_oop_handle(obj);
   }
 }