RFR: 8330016: Stress seed should be initialized for runtime stub compilation [v2]
Daniel Skantz
duke at openjdk.org
Tue May 7 06:26:04 UTC 2024
> We can initialize the stress seed for runtime stub compilation as we already do for method compilation. This found the bug described in JDK-8329258. It would apply if StressGCM or StressLCM vm flags are set.
>
> Testing: T1-5 default options. T1-5 with -XX:+StressLCM and -XX:+StressGCM. Manually tested that the stress seed is set and printed to compilation log if either stress option is set.
Daniel Skantz has updated the pull request incrementally with one additional commit since the last revision:
const
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/19095/files
- new: https://git.openjdk.org/jdk/pull/19095/files/6ccef597..a018fde0
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=19095&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=19095&range=00-01
Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/19095.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/19095/head:pull/19095
PR: https://git.openjdk.org/jdk/pull/19095
More information about the hotspot-compiler-dev
mailing list