< prev index next >

test/runtime/valhalla/valuetypes/VDefaultTest.java

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

*** 28,37 **** --- 28,38 ---- /* * @test VDefaultTest * @summary vdefault bytecode test * @library /testlibrary / * @run main/othervm -noverify -Xint runtime.valhalla.valuetypes.VDefaultTest + * @run main/othervm -noverify -Xcomp runtime.valhalla.valuetypes.VDefaultTest */ public class VDefaultTest { static __ByValue final class Point {
< prev index next >