< prev index next >

test/compiler/types/correctness/CorrectnessTest.java

Print this page

        

*** 52,63 **** * -XX:CompileCommand=dontinline,scenarios/Scenario::collectReturnType * CorrectnessTest ARGUMENTS * @summary Tests correctness of type usage with type profiling and speculations */ ! import com.oracle.java.testlibrary.Asserts; ! import com.oracle.java.testlibrary.Platform; import execution.Execution; import execution.MethodHandleDelegate; import execution.TypeConflict; import execution.TypeProfile; import hierarchies.*; --- 52,63 ---- * -XX:CompileCommand=dontinline,scenarios/Scenario::collectReturnType * CorrectnessTest ARGUMENTS * @summary Tests correctness of type usage with type profiling and speculations */ ! import jdk.test.lib.Asserts; ! import jdk.test.lib.Platform; import execution.Execution; import execution.MethodHandleDelegate; import execution.TypeConflict; import execution.TypeProfile; import hierarchies.*;
< prev index next >