< prev index next >

test/runtime/valhalla/valuetypes/DeriveValueTypeCreation.java

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

@@ -40,11 +40,11 @@
 /*
  * @test DeriveValueTypeCreation
  * @summary Derive Value Type creation test
  * @library /testlibrary /
  * @build runtime.valhalla.valuetypes.ValueCapableClass
- * @run main/othervm -Xint -noverify runtime.valhalla.valuetypes.DeriveValueTypeCreation
+ * @run main/othervm -noverify runtime.valhalla.valuetypes.DeriveValueTypeCreation
  */
 public class DeriveValueTypeCreation {
 
     public static final String VCC_CLASSNAME = "runtime.valhalla.valuetypes.ValueCapableClass";
 
< prev index next >