< prev index next >

test/compiler/uncommontrap/TestStackBangMonitorOwned.java

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

*** 23,33 **** /* * @test * @bug 8032410 * @summary Stack overflow at deoptimization doesn't release owned monitors ! * @run main/othervm -XX:-BackgroundCompilation -XX:CompileCommand=dontinline,TestStackBangMonitorOwned::m1 -XX:CompileCommand=exclude,TestStackBangMonitorOwned::m2 -Xss256K -XX:-UseOnStackReplacement TestStackBangMonitorOwned * */ public class TestStackBangMonitorOwned { static class UnloadedClass1 { --- 23,33 ---- /* * @test * @bug 8032410 * @summary Stack overflow at deoptimization doesn't release owned monitors ! * @run main/othervm -XX:-BackgroundCompilation -XX:CompileCommand=dontinline,TestStackBangMonitorOwned::m1 -XX:CompileCommand=exclude,TestStackBangMonitorOwned::m2 -Xss392K -XX:-UseOnStackReplacement TestStackBangMonitorOwned * */ public class TestStackBangMonitorOwned { static class UnloadedClass1 {
< prev index next >