< prev index next >

test/runtime/valhalla/valuetypes/ValueTypeCreation.java

Print this page
rev 10545 : remove -Xint from runtime tests + force TieredCompilation off
rev 10546 : runtime tests with -Xcomp

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