< prev index next >

test/runtime/valhalla/valuetypes/ValueTypeGetField.java

Print this page
rev 10541 : remove -Xint from runtime tests + force TieredCompilation off

*** 4,14 **** /* * @test ValueTypeGetField * @summary Value Type get field test * @library /testlibrary / ! * @run main/othervm -noverify -Xint runtime.valhalla.valuetypes.ValueTypeGetField */ public class ValueTypeGetField { static Point staticPoint; Point myPoint; --- 4,14 ---- /* * @test ValueTypeGetField * @summary Value Type get field test * @library /testlibrary / ! * @run main/othervm -noverify runtime.valhalla.valuetypes.ValueTypeGetField */ public class ValueTypeGetField { static Point staticPoint; Point myPoint;
< prev index next >