# HG changeset patch # User stefank # Date 1432538927 -7200 # Node ID 31b89265eed81827653a52e7941c13ac6733a0de # Parent f1702744b3a472f7c3516546e3e91bc24d7d1194# Parent dae0933ba77a5d51004c24cb7fb1845da9815c78 Merge diff -r f1702744b3a4 -r 31b89265eed8 hotspot/src/share/vm/c1/c1_LIRGenerator.cpp --- a/hotspot/src/share/vm/c1/c1_LIRGenerator.cpp Fri May 22 13:35:29 2015 +0200 +++ b/hotspot/src/share/vm/c1/c1_LIRGenerator.cpp Mon May 25 09:28:47 2015 +0200 @@ -1469,7 +1469,9 @@ } else { guarantee(in_bytes(PtrQueue::byte_width_of_active()) == 1, "Assumption"); - flag_type = T_BYTE; + // Use unsigned type T_BOOLEAN here rather than signed T_BYTE since some platforms, eg. ARM, + // need to use unsigned instructions to use the large offset to load the satb_mark_queue. + flag_type = T_BOOLEAN; } LIR_Opr thrd = getThreadPointer(); LIR_Address* mark_active_flag_addr =