< prev index next >

test/runtime/valhalla/valuetypes/ValueTypeDensity.java

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

@@ -33,11 +33,11 @@
  * @library /testlibrary /test/lib
  * @build sun.hotspot.WhiteBox
  *        ValueTypeDensity
  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
- * @run main/othervm -noverify -Xint -XX:+ValueArrayFlatten -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI ValueTypeDensity
+ * @run main/othervm -noverify -XX:+ValueArrayFlatten -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI ValueTypeDensity
  */
 
 public class ValueTypeDensity {
 
     private static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox();
< prev index next >