RFR: 8292647: javac/lambda/T8031967.java fails with StackOverflowError when use -XX:TieredStopAtLevel=3 on aarch64 and LoongArch
SUN Guoyun
duke at openjdk.org
Sat Aug 20 01:17:21 UTC 2022
make images run-test TEST=tools/javac/lambda/T8031967.java will fails with StackOverflowError when I use args JTREG="VM_OPTIONS=-XX:TieredStopAtLevel=3" on aarch64 and LoongArch. So the stack size `-Xss10m` needs to be increased to improve the robustness of the testcase.
-------------
Commit messages:
- 8292647: javac/lambda/T8031967.java fails with StackOverflowError when use -XX:TieredStopAtLevel=3 on aarch64 and LoongArch
Changes: https://git.openjdk.org/jdk/pull/9934/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9934&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8292647
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/9934.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9934/head:pull/9934
PR: https://git.openjdk.org/jdk/pull/9934
More information about the compiler-dev
mailing list