[jdk25u-dev] RFR: 8325482: Test that distinct seeds produce distinct traces for compiler stress flags

Roland Mesde duke at openjdk.org
Tue Feb 3 20:19:00 UTC 2026


Backporting JDK-8325482: Test that distinct seeds produce distinct traces for compiler stress flags.

This PR adds test to verify that different seeds produce distinct traces for compiler stress flags, and fixes macro node generation issue.

For parity with Oracle JDK.

Ran related tests on linux-x64, linux-aarch64, macos-aarch64 and windows-x64:

make test TEST=test/hotspot/jtreg/compiler/debug/TestStress.java
make test TEST=test/hotspot/jtreg/compiler/debug/TestStressDistinctSeed.java

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

Commit messages:
 - Backport d25b9befe0a462b9785502806ad14e0a5f6b4320

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

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


More information about the jdk-updates-dev mailing list