< prev index next >

test/runtime/valhalla/valuetypes/ValueTypeGetField.java

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

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