[jdk25u-dev] RFR: 8367278: Test compiler/startup/StartupOutput.java timed out after completion on Windows

Roland Mesde duke at openjdk.org
Wed Dec 17 18:58:30 UTC 2025


This a multi-commit backport for Oracle JDK parity. The commits modify the same single test file.

JDK-8367278: Test compiler/startup/StartupOutput.java timed out after completion on Windows.

Reduces test iterations from 200 to 50 VM runs with randomly generated near-minimum code cache sizes. This maintains adequate test coverage while ensuring execution completes within the timeout limit, avoiding the need to increase the timeout value.

JDK-8358756: [s390x] Test StartupOutput.java crash due to CodeCache size.

This fix increases the initial code cache size to ensure adequate space for interpreter mode execution.

Please note that I am unable to run a validation test on the s390x platform due to unavailable hardware. Ran the specific test on linux-x64, linux-aarch64, macos-aarch64 and windows-x64:

(Passed) - make test TEST=test/hotspot/jtreg/compiler/startup/StartupOutput.java

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

Commit messages:
 - Backport a355edbbe43f7356f9439ecabf0ab8218fc9e3e1
 - Backport 78d50c02152d3d02953cc468d50c7c40c43c1527

Changes: https://git.openjdk.org/jdk25u-dev/pull/103/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk25u-dev&pr=103&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8367278
  Stats: 6 lines in 1 file changed: 4 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk25u-dev/pull/103.diff
  Fetch: git fetch https://git.openjdk.org/jdk25u-dev.git pull/103/head:pull/103

PR: https://git.openjdk.org/jdk25u-dev/pull/103


More information about the jdk-updates-dev mailing list