src/hotspot/cpu/arm/macroAssembler_arm.cpp
changeset 47580 96392e113a0a
parent 47216 71c04702a3d5
child 48557 2e867226b914
--- a/src/hotspot/cpu/arm/macroAssembler_arm.cpp	Fri Sep 29 10:44:58 2017 +0200
+++ b/src/hotspot/cpu/arm/macroAssembler_arm.cpp	Tue Oct 03 16:42:04 2017 -0400
@@ -2899,6 +2899,7 @@
   ldr(tmp, Address(tmp,  ConstMethod::constants_offset()));
   ldr(tmp, Address(tmp, ConstantPool::pool_holder_offset_in_bytes()));
   ldr(mirror, Address(tmp, mirror_offset));
+  resolve_oop_handle(mirror);
 }