< prev index next >

test/runtime/valhalla/valuetypes/ValueTypeDensity.java

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

*** 33,43 **** * @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 */ public class ValueTypeDensity { private static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox(); --- 33,43 ---- * @library /testlibrary /test/lib * @build sun.hotspot.WhiteBox * ValueTypeDensity * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @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 >