< prev index next >

langtools/test/tools/javac/valhalla/values/CheckNoInvokeDirect.java

Print this page

        

*** 22,34 **** */ /* * @test * @summary Check that javac emits invokedirect instruction for method calls on values ! * @compile -XDenableValueTypes CheckNoInvokeDirect.java * @run main/othervm -Xverify:none -XX:+EnableValhalla CheckNoInvokeDirect - * @modules jdk.compiler/com.sun.tools.javac.util jdk.jdeps/com.sun.tools.javap */ import com.sun.tools.javac.util.Assert; import java.io.PrintWriter; --- 22,35 ---- */ /* * @test * @summary Check that javac emits invokedirect instruction for method calls on values ! * @modules jdk.compiler/com.sun.tools.javac.util ! * jdk.jdeps/com.sun.tools.javap ! * @compile -XDenableValueTypes -g CheckNoInvokeDirect.java * @run main/othervm -Xverify:none -XX:+EnableValhalla CheckNoInvokeDirect */ import com.sun.tools.javac.util.Assert; import java.io.PrintWriter;
< prev index next >