tools/javac/lambda/T8031967.java fails regularly on linux-aarch64 in loom-tier5 with StackOverflowError where it runs with -XX:TieredStopAtLevel=1.
It duplicates easily in the main line on linux-aarch64 with -Xcomp -XX:TieredStopAtLevel=<n> where <n> is 1, 2, or 3.
The test runs with -Xss1m to check javac stack usage, does this need to be re-examined for aarch64 and C1?
It duplicates easily in the main line on linux-aarch64 with -Xcomp -XX:TieredStopAtLevel=<n> where <n> is 1, 2, or 3.
The test runs with -Xss1m to check javac stack usage, does this need to be re-examined for aarch64 and C1?
- relates to
-
JDK-8292647 javac/lambda/T8031967.java fails with StackOverflowError when use -XX:TieredStopAtLevel=3 on aarch64 and LoongArch
-
- Closed
-
-
JDK-8302369 Reduce the stack size of the C1 compiler
-
- Resolved
-