hotspot/src/cpu/ppc/vm/templateInterpreterGenerator_ppc.cpp
changeset 38082 4819f68a93a6
parent 38074 8475fdc6dcc3
child 38127 2ab00cd4556e
equal deleted inserted replaced
38081:a3bcb7197d45 38082:4819f68a93a6
  1315 
  1315 
  1316     // Restore access flags.
  1316     // Restore access flags.
  1317     __ testbitdi(CCR0, R0, access_flags, JVM_ACC_STATIC_BIT);
  1317     __ testbitdi(CCR0, R0, access_flags, JVM_ACC_STATIC_BIT);
  1318     __ bfalse(CCR0, method_is_not_static);
  1318     __ bfalse(CCR0, method_is_not_static);
  1319 
  1319 
  1320     __ load_mirror(R12_sratch2, R19_method);
  1320     __ load_mirror(R12_scratch2, R19_method);
  1321     // state->_native_mirror = mirror;
  1321     // state->_native_mirror = mirror;
  1322 
  1322 
  1323     __ ld(R11_scratch1, 0, R1_SP);
  1323     __ ld(R11_scratch1, 0, R1_SP);
  1324     __ std(R12_scratch2/*mirror*/, _ijava_state_neg(oop_tmp), R11_scratch1);
  1324     __ std(R12_scratch2/*mirror*/, _ijava_state_neg(oop_tmp), R11_scratch1);
  1325     // R4_ARG2 = &state->_oop_temp;
  1325     // R4_ARG2 = &state->_oop_temp;