hotspot/test/compiler/jvmci/errors/TestInvalidOopMap.java
changeset 40059 c2304140ed64
parent 39450 78e99b030d5f
child 42607 acd91f1875d4
equal deleted inserted replaced
40058:b4441f6cfe79 40059:c2304140ed64
    50 import jdk.vm.ci.hotspot.HotSpotCompiledCode.Comment;
    50 import jdk.vm.ci.hotspot.HotSpotCompiledCode.Comment;
    51 import jdk.vm.ci.hotspot.HotSpotReferenceMap;
    51 import jdk.vm.ci.hotspot.HotSpotReferenceMap;
    52 import jdk.vm.ci.meta.Assumptions.Assumption;
    52 import jdk.vm.ci.meta.Assumptions.Assumption;
    53 import jdk.vm.ci.meta.JavaKind;
    53 import jdk.vm.ci.meta.JavaKind;
    54 import jdk.vm.ci.meta.PlatformKind;
    54 import jdk.vm.ci.meta.PlatformKind;
    55 
       
    56 import org.junit.Test;
    55 import org.junit.Test;
    57 
    56 
    58 /**
    57 /**
    59  * Tests for errors in oop maps.
    58  * Tests for errors in oop maps.
    60  */
    59  */