src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp
changeset 48819 ee513596f3ee
parent 48557 2e867226b914
parent 48807 fd8ccb37fce9
child 49027 8dc742d9bbab
--- a/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp	Tue Jan 30 16:26:40 2018 +0100
+++ b/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp	Tue Jan 30 16:41:40 2018 +0100
@@ -957,7 +957,7 @@
     Label missed;
     __ movptr(temp, Address(receiver, oopDesc::klass_offset_in_bytes()));
     __ cmpptr(temp, Address(holder, CompiledICHolder::holder_klass_offset()));
-    __ movptr(rbx, Address(holder, CompiledICHolder::holder_method_offset()));
+    __ movptr(rbx, Address(holder, CompiledICHolder::holder_metadata_offset()));
     __ jcc(Assembler::notEqual, missed);
     // Method might have been compiled since the call site was patched to
     // interpreted if that is the case treat it as a miss so we can get