< prev index next >

test/runtime/valhalla/valuetypes/ValueTypeCreation.java

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

@@ -4,11 +4,11 @@
 
 /*
  * @test ValueTypeCreation
  * @summary Value Type creation test
  * @library /testlibrary /
- * @run main/othervm -noverify -Xint runtime.valhalla.valuetypes.ValueTypeCreation
+ * @run main/othervm -noverify runtime.valhalla.valuetypes.ValueTypeCreation
  */
 public class ValueTypeCreation {
     public static void main(String[] args) {
         ValueTypeCreation valueTypeCreation = new ValueTypeCreation();
         valueTypeCreation.run();
< prev index next >