Integrated: 8330016: Stress seed should be initialized for runtime stub compilation
Daniel Skantz
duke at openjdk.org
Tue May 7 15:52:57 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.
This pull request has now been integrated.
Changeset: 95d2f807
Author: Daniel Skantz <daniel.skantz at oracle.com>
Committer: Christian Hagedorn <chagedorn at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/95d2f8072e91e8df80e49e341f4fdb4464a2616e
Stats: 31 lines in 2 files changed: 20 ins; 10 del; 1 mod
8330016: Stress seed should be initialized for runtime stub compilation
Reviewed-by: rcastanedalo, chagedorn
-------------
PR: https://git.openjdk.org/jdk/pull/19095
More information about the hotspot-compiler-dev
mailing list