< prev index next >

test/runtime/valhalla/valuetypes/ValueTypeDensity.java

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

*** 34,43 **** --- 34,44 ---- * @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 -Xcomp -XX:+ValueArrayFlatten -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI ValueTypeDensity */ public class ValueTypeDensity { private static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox();
< prev index next >