< prev index next >

test/hotspot/jtreg/compiler/c2/aarch64/TestUnsafeVolatileCAS.java

Print this page

        

*** 73,80 **** unsafe.compareAndSetInt(this, f_int_off, x, i); } public void testObj(Object x, Object o) { ! unsafe.compareAndSetObject(this, f_obj_off, x, o); } } --- 73,80 ---- unsafe.compareAndSetInt(this, f_int_off, x, i); } public void testObj(Object x, Object o) { ! unsafe.compareAndSetReference(this, f_obj_off, x, o); } }
< prev index next >