RFR: 8330016: Stress seed should be initialized for runtime stub compilation

Christian Hagedorn chagedorn at openjdk.org
Mon May 6 10:40:52 UTC 2024


On Mon, 6 May 2024 06:31:47 GMT, Daniel Skantz <duke at openjdk.org> wrote:

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

Looks good to me, too.

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

Marked as reviewed by chagedorn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/19095#pullrequestreview-2040466871


More information about the hotspot-compiler-dev mailing list