comparison graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/WriteBarrierVerificationTest.java @ 22054:0e095e2c24e2

Rename com.oracle.jvmci to jdk.internal.jvmci
author twisti
date Mon, 22 Jun 2015 12:12:53 -0700
parents 48c1ebd24120
children 2cdf01b932c4
comparison
equal deleted inserted replaced
22053:be8ed2908c59 22054:0e095e2c24e2
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 com.oracle.jvmci.meta.LocationIdentity;
26 import java.util.*; 25 import java.util.*;
26
27 import jdk.internal.jvmci.debug.*;
28 import jdk.internal.jvmci.debug.Debug.*;
29 import jdk.internal.jvmci.debug.internal.*;
30 import jdk.internal.jvmci.hotspot.*;
31 import jdk.internal.jvmci.meta.*;
27 32
28 import org.junit.*; 33 import org.junit.*;
29 34
30 import com.oracle.graal.compiler.test.*; 35 import com.oracle.graal.compiler.test.*;
31 import com.oracle.graal.hotspot.*; 36 import com.oracle.graal.hotspot.*;
40 import com.oracle.graal.phases.common.*; 45 import com.oracle.graal.phases.common.*;
41 import com.oracle.graal.phases.common.inlining.*; 46 import com.oracle.graal.phases.common.inlining.*;
42 import com.oracle.graal.phases.graph.*; 47 import com.oracle.graal.phases.graph.*;
43 import com.oracle.graal.phases.graph.ReentrantNodeIterator.NodeIteratorClosure; 48 import com.oracle.graal.phases.graph.ReentrantNodeIterator.NodeIteratorClosure;
44 import com.oracle.graal.phases.tiers.*; 49 import com.oracle.graal.phases.tiers.*;
45 import com.oracle.jvmci.debug.*;
46 import com.oracle.jvmci.debug.Debug.Scope;
47 import com.oracle.jvmci.debug.internal.*;
48 import com.oracle.jvmci.hotspot.*;
49 50
50 /** 51 /**
51 * The following tests validate the write barrier verification phase. For every tested snippet, an 52 * The following tests validate the write barrier verification phase. For every tested snippet, an
52 * array of write barrier indices and the total write barrier number are passed as parameters. The 53 * array of write barrier indices and the total write barrier number are passed as parameters. The
53 * indices denote the barriers that will be manually removed. The write barrier verification phase 54 * indices denote the barriers that will be manually removed. The write barrier verification phase