hotspot/test/compiler/jvmci/compilerToVM/ConstantPoolTestCase.java
changeset 37301 a936b4e01afb
parent 36305 55c7fe59d6d7
child 39421 a9652c919db8
equal deleted inserted replaced
37300:82e233a4a546 37301:a936b4e01afb
    26 
    26 
    27 import java.util.HashMap;
    27 import java.util.HashMap;
    28 import java.util.Map;
    28 import java.util.Map;
    29 import jdk.vm.ci.hotspot.HotSpotResolvedObjectType;
    29 import jdk.vm.ci.hotspot.HotSpotResolvedObjectType;
    30 import sun.hotspot.WhiteBox;
    30 import sun.hotspot.WhiteBox;
    31 import sun.reflect.ConstantPool;
    31 import jdk.internal.reflect.ConstantPool;
    32 import sun.reflect.ConstantPool.Tag;
    32 import jdk.internal.reflect.ConstantPool.Tag;
    33 import compiler.jvmci.compilerToVM.ConstantPoolTestsHelper.DummyClasses;
    33 import compiler.jvmci.compilerToVM.ConstantPoolTestsHelper.DummyClasses;
    34 import static compiler.jvmci.compilerToVM.ConstantPoolTestCase.ConstantTypes.*;
    34 import static compiler.jvmci.compilerToVM.ConstantPoolTestCase.ConstantTypes.*;
    35 
    35 
    36 /**
    36 /**
    37  * Common class for jdk.vm.ci.hotspot.CompilerToVM constant pool tests
    37  * Common class for jdk.vm.ci.hotspot.CompilerToVM constant pool tests