RFR: 8330016: Stress seed should be initialized for runtime stub compilation [v2]
Daniel Skantz
duke at openjdk.org
Tue May 7 09:08:55 UTC 2024
On Tue, 7 May 2024 06:26:04 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.
>
> Daniel Skantz has updated the pull request incrementally with one additional commit since the last revision:
>
> const
Thanks for the reviews!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19095#issuecomment-2097810711
More information about the hotspot-compiler-dev
mailing list