--- old/src/cpu/x86/vm/c1_MacroAssembler_x86.hpp 2016-01-11 14:39:02.501968822 +0100 +++ new/src/cpu/x86/vm/c1_MacroAssembler_x86.hpp 2016-01-11 14:39:02.225968835 +0100 @@ -65,7 +65,8 @@ 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