RFR: 8335778: runtime/ClassInitErrors/TestStackOverflowDuringInit.java fails on ppc64 platforms after JDK-8334545

Matthias Baesken mbaesken at openjdk.org
Fri Jul 5 12:30:46 UTC 2024


stdout shows :
 "The Java thread stack size specified is too small. Specify at least 384k"
Previously the test was done only on x64 platforms (comment said that it only works there 'in desired way') .

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

Commit messages:
 - JDK-8335778

Changes: https://git.openjdk.org/jdk/pull/20053/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20053&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8335778
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/20053.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20053/head:pull/20053

PR: https://git.openjdk.org/jdk/pull/20053


More information about the hotspot-runtime-dev mailing list