hotspot/src/cpu/ppc/vm/templateInterpreterGenerator_ppc.cpp
changeset 38082 4819f68a93a6
parent 38074 8475fdc6dcc3
child 38127 2ab00cd4556e
--- a/hotspot/src/cpu/ppc/vm/templateInterpreterGenerator_ppc.cpp	Tue Apr 26 10:23:08 2016 +0200
+++ b/hotspot/src/cpu/ppc/vm/templateInterpreterGenerator_ppc.cpp	Tue Apr 26 11:05:11 2016 +0200
@@ -1317,7 +1317,7 @@
     __ testbitdi(CCR0, R0, access_flags, JVM_ACC_STATIC_BIT);
     __ bfalse(CCR0, method_is_not_static);
 
-    __ load_mirror(R12_sratch2, R19_method);
+    __ load_mirror(R12_scratch2, R19_method);
     // state->_native_mirror = mirror;
 
     __ ld(R11_scratch1, 0, R1_SP);