< prev index next >

src/hotspot/cpu/s390/macroAssembler_s390.cpp

Print this page
rev 49665 : 8201326: Renaming ThreadLocalAllocationBuffer end to current_end
Summary: Rename the TLAB end field to a better name
Contributed-by: jcbeyler@google.com
rev 49666 : [mq]: renaming2

*** 2783,2793 **** if (var_size_in_bytes == noreg) { z_lay(end, Address(obj, con_size_in_bytes)); } else { z_lay(end, Address(obj, var_size_in_bytes)); } ! z_cg(end, Address(thread, JavaThread::tlab_end_offset())); branch_optimized(bcondHigh, slow_case); // Update the tlab top pointer. z_stg(end, Address(thread, JavaThread::tlab_top_offset())); --- 2783,2793 ---- if (var_size_in_bytes == noreg) { z_lay(end, Address(obj, con_size_in_bytes)); } else { z_lay(end, Address(obj, var_size_in_bytes)); } ! z_cg(end, Address(thread, JavaThread::tlab_fast_path_end_offset())); branch_optimized(bcondHigh, slow_case); // Update the tlab top pointer. z_stg(end, Address(thread, JavaThread::tlab_top_offset()));
< prev index next >