RFR: 8292647: javac/lambda/T8031967.java fails with StackOverflowError when use -XX:TieredStopAtLevel=3 on aarch64 and LoongArch [v3]

SUN Guoyun duke at openjdk.org
Wed Feb 8 09:21:30 UTC 2023


> 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.

SUN Guoyun has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:

 - Merge branch 'openjdk:master' into 8292647
 - 8292647: javac/lambda/T8031967.java fails with StackOverflowError when use -XX:TieredStopAtLevel=3 on aarch64 and LoongArch
 - 8292647: javac/lambda/T8031967.java fails with StackOverflowError when use -XX:TieredStopAtLevel=3 on aarch64 and LoongArch

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/9934/files
  - new: https://git.openjdk.org/jdk/pull/9934/files/6431c58e..0336d8fb

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=9934&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=9934&range=01-02

  Stats: 607777 lines in 9066 files changed: 302882 ins; 202110 del; 102785 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