< prev index next >

test/compiler/uncommontrap/8009761/Test8009761.java

Print this page
rev 7563 : 8067941: [TESTBUG] Fix tests for OS with 64K page size.

*** 30,40 **** * @library /testlibrary /../../test/lib * @summary Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates * @build Test8009761 * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=exclude,Test8009761::m2 -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -Xss256K Test8009761 */ public class Test8009761 { private static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox(); private static int COMP_LEVEL_SIMPLE = 1; --- 30,40 ---- * @library /testlibrary /../../test/lib * @summary Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates * @build Test8009761 * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=exclude,Test8009761::m2 -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -Xss392K Test8009761 */ public class Test8009761 { private static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox(); private static int COMP_LEVEL_SIMPLE = 1;
< prev index next >