We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10094e9 commit 8357919Copy full SHA for 8357919
test/hotspot/jtreg/runtime/ClassInitErrors/TestStackOverflowDuringInit.java
@@ -31,7 +31,7 @@
31
* @requires vm.flagless
32
* @comment Run with the smallest stack possible to limit the execution time.
33
* This is the smallest stack that is supported by all platforms.
34
- * @run main/othervm -Xss240K -Xint TestStackOverflowDuringInit
+ * @run main/othervm -Xss384K -Xint TestStackOverflowDuringInit
35
*/
36
37
import java.io.ByteArrayOutputStream;
0 commit comments