src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp
changeset 48557 2e867226b914
parent 47881 0ce0ac68ace7
child 49449 ef5d5d343e2a
--- a/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp	Thu May 25 15:39:32 2017 -0400
+++ b/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp	Fri May 26 18:39:27 2017 +0300
@@ -904,7 +904,7 @@
 
     Label ok, ok2;
     __ brx(Assembler::equal, false, Assembler::pt, ok);
-    __ delayed()->ld_ptr(G5_method, CompiledICHolder::holder_method_offset(), G5_method);
+    __ delayed()->ld_ptr(G5_method, CompiledICHolder::holder_metadata_offset(), G5_method);
     __ jump_to(ic_miss, G3_scratch);
     __ delayed()->nop();