RFR: 8330016: Stress seed should be initialized for runtime stub compilation [v2]
Roberto Castañeda Lozano
rcastanedalo at openjdk.org
Tue May 7 07:27:52 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
Marked as reviewed by rcastanedalo (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/19095#pullrequestreview-2042291021
More information about the hotspot-compiler-dev
mailing list