< prev index next >

test/runtime/valhalla/valuetypes/VboxUnbox.java

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

@@ -30,11 +30,11 @@
 /*
  * @test VboxUnbox
  * @summary Exercise vbox & vunbox bytecodes
  * @library /testlibrary /
  * @build runtime.valhalla.valuetypes.ValueCapableClass
- * @run main/othervm -Xint -noverify runtime.valhalla.valuetypes.VboxUnbox
+ * @run main/othervm -noverify runtime.valhalla.valuetypes.VboxUnbox
  *
  * To dump generated byte-code, add "-Dvalhalla.dumpIsolatedMethodClasses=/tmp/foo"
  */
 public class VboxUnbox {
 
< prev index next >