comparison graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/WriteBarrierAdditionTest.java @ 21541:5e868236654f

moved UnsafeAccess to com.oracle.jvmci.common (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Mon, 25 May 2015 22:17:10 +0200
parents 1da7aef31a08
children 93c50cefb9e8
comparison
equal deleted inserted replaced
21540:ccb1b1391192 21541:5e868236654f
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 package com.oracle.graal.hotspot.test; 23 package com.oracle.graal.hotspot.test;
24 24
25 import static com.oracle.graal.compiler.common.UnsafeAccess.*; 25 import static com.oracle.jvmci.common.UnsafeAccess.*;
26 26
27 import java.lang.ref.*; 27 import java.lang.ref.*;
28 28
29 import org.junit.*; 29 import org.junit.*;
30 30