< prev index next >

test/runtime/valhalla/valuetypes/InvokeDirect.java

Print this page
rev 10545 : remove -Xint from runtime tests + force TieredCompilation off
rev 10546 : runtime tests with -Xcomp

*** 5,14 **** --- 5,15 ---- /* * @test InvokeDirect * @summary Value Type invokedirect bytecode test (incomplete until type system defn done) * @library /testlibrary / * @run main/othervm -noverify -Xint runtime.valhalla.valuetypes.InvokeDirect + * @run main/othervm -noverify -Xcomp runtime.valhalla.valuetypes.InvokeDirect */ public class InvokeDirect { public static void main(String[] args) { InvokeDirect invokeDirect = new InvokeDirect(); invokeDirect.run();
< prev index next >