src/cpu/sparc/vm/c1_MacroAssembler_sparc.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/sparc/vm/c1_MacroAssembler_sparc.hpp	Mon Jan 11 14:04:05 2016
--- new/src/cpu/sparc/vm/c1_MacroAssembler_sparc.hpp	Mon Jan 11 14:04:05 2016

*** 48,58 **** --- 48,59 ---- Register obj, // result: pointer to object after successful allocation Register klass, // object klass Register var_size_in_bytes, // object size in bytes if unknown at compile time; invalid otherwise int con_size_in_bytes, // object size in bytes if known at compile time Register t1, // temp register ! Register t2 // temp register ! Register t2, // temp register + bool is_tlab_allocated // the object was allocated in a TLAB; relevant for the implementation of ZeroTLAB ); // allocation of fixed-size objects // (can also be used to allocate fixed-size arrays, by setting // hdr_size correctly and storing the array length afterwards)

src/cpu/sparc/vm/c1_MacroAssembler_sparc.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File