Skip to content

Commit 8357919

Browse files
MBaeskenpull[bot]
authored andcommitted
8335778: runtime/ClassInitErrors/TestStackOverflowDuringInit.java fails on ppc64 platforms after JDK-8334545
Reviewed-by: dholmes, asteiner
1 parent 10094e9 commit 8357919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/runtime/ClassInitErrors/TestStackOverflowDuringInit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* @requires vm.flagless
3232
* @comment Run with the smallest stack possible to limit the execution time.
3333
* This is the smallest stack that is supported by all platforms.
34-
* @run main/othervm -Xss240K -Xint TestStackOverflowDuringInit
34+
* @run main/othervm -Xss384K -Xint TestStackOverflowDuringInit
3535
*/
3636

3737
import java.io.ByteArrayOutputStream;

0 commit comments

Comments
 (0)