< prev index next >

test/runtime/valhalla/valuetypes/ValueTypeGetField.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 ValueTypeGetField * @summary Value Type get field test * @library /testlibrary / * @run main/othervm -noverify -Xint runtime.valhalla.valuetypes.ValueTypeGetField + * @run main/othervm -noverify -Xcomp runtime.valhalla.valuetypes.ValueTypeGetField */ public class ValueTypeGetField { static Point staticPoint; Point myPoint;
< prev index next >