Skip to content

Commit

Permalink
set Xss for ppc64
Browse files Browse the repository at this point in the history
  • Loading branch information
MBaesken committed Jul 8, 2024
1 parent 787c4e3 commit 00f4fca
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@
* a StackOverflowError, that we record the SOE as the underlying
* cause, even if we can't create the ExceptionInInitializerError
* @comment This test could easily be perturbed so don't allow flag settings.
* @requires vm.simpleArch == "x64" | vm.simpleArch == "aarch64" | vm.simpleArch == "riscv64"
* @requires vm.flagless
* @comment Run with the smallest stack possible to limit the execution time.
* This is the smallest stack that is supported by all platforms.
* @run main/othervm -Xss240K -Xint TestStackOverflowDuringInit
* @run main/othervm -Xss384K -Xint TestStackOverflowDuringInit
*/

import java.io.ByteArrayOutputStream;
Expand Down

0 comments on commit 00f4fca

Please sign in to comment.