src/cpu/ppc/vm/templateTable_ppc_64.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff src/cpu/ppc/vm/templateTable_ppc_64.cpp

src/cpu/ppc/vm/templateTable_ppc_64.cpp

Print this page

        

*** 64,74 **** bool check_null) { assert_different_registers(Rtmp1, Rtmp2, Rtmp3, Rval, Rbase); switch (barrier) { #if INCLUDE_ALL_GCS - case BarrierSet::G1SATBCT: case BarrierSet::G1SATBCTLogging: { // Load and record the previous value. __ g1_write_barrier_pre(Rbase, offset, Rtmp3, /* holder of pre_val ? */ --- 64,73 ----
src/cpu/ppc/vm/templateTable_ppc_64.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File