< prev index next >

src/share/vm/c1/c1_LIRGenerator.cpp

Print this page

        

*** 1467,1477 **** if (in_bytes(PtrQueue::byte_width_of_active()) == 4) { flag_type = T_INT; } else { guarantee(in_bytes(PtrQueue::byte_width_of_active()) == 1, "Assumption"); ! flag_type = T_BYTE; } LIR_Opr thrd = getThreadPointer(); LIR_Address* mark_active_flag_addr = new LIR_Address(thrd, in_bytes(JavaThread::satb_mark_queue_offset() + --- 1467,1477 ---- if (in_bytes(PtrQueue::byte_width_of_active()) == 4) { flag_type = T_INT; } else { guarantee(in_bytes(PtrQueue::byte_width_of_active()) == 1, "Assumption"); ! flag_type = T_BOOLEAN; } LIR_Opr thrd = getThreadPointer(); LIR_Address* mark_active_flag_addr = new LIR_Address(thrd, in_bytes(JavaThread::satb_mark_queue_offset() +
< prev index next >