--- old/src/hotspot/cpu/ppc/templateTable_ppc_64.cpp 2018-02-12 20:04:58.067793383 -0800 +++ new/src/hotspot/cpu/ppc/templateTable_ppc_64.cpp 2018-02-12 20:04:57.815794353 -0800 @@ -3692,7 +3692,7 @@ // Check if we can allocate in the TLAB. __ ld(RoldTopValue, in_bytes(JavaThread::tlab_top_offset()), R16_thread); - __ ld(RendValue, in_bytes(JavaThread::tlab_end_offset()), R16_thread); + __ ld(RendValue, in_bytes(JavaThread::tlab_current_end_offset()), R16_thread); __ add(RnewTopValue, Rinstance_size, RoldTopValue);