comparison graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/ProfilingInfoTest.java @ 21556:48c1ebd24120

renamed com.oracle.graal.api[meta|code] modules to com.oracle.jvmci.[meta|code] (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Wed, 27 May 2015 00:36:16 +0200
parents 70d565f6e127
children f5b549811bac
comparison
equal deleted inserted replaced
21555:d12eaef9af72 21556:48c1ebd24120
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.compiler.test; 23 package com.oracle.graal.compiler.test;
24 24
25 import com.oracle.jvmci.meta.ResolvedJavaMethod;
26 import com.oracle.jvmci.meta.ResolvedJavaType;
27 import com.oracle.jvmci.meta.TriState;
28 import com.oracle.jvmci.meta.ProfilingInfo;
29 import com.oracle.jvmci.meta.JavaTypeProfile;
25 import java.io.*; 30 import java.io.*;
26 31
27 import org.junit.*; 32 import org.junit.*;
28 33
29 import com.oracle.graal.api.meta.*;
30 34
31 /** 35 /**
32 * Tests profiling information provided by the runtime. 36 * Tests profiling information provided by the runtime.
33 * <p> 37 * <p>
34 * NOTE: These tests are actually not very robust. The problem is that only partial profiling 38 * NOTE: These tests are actually not very robust. The problem is that only partial profiling