Integrated: 8302781: CDS archive heap not reproducible after JDK-8296344
Ioi Lam
iklam at openjdk.org
Sun Feb 19 06:04:02 UTC 2023
On Sat, 18 Feb 2023 04:27:31 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> [JDK-8296344](https://bugs.openjdk.org/browse/JDK-8296344) changed the order of when `oopDesc::identity_hash()` is called for the archived heap object.
>
> This one-liner fix restores the order, so that we initialize the `identity_hash` part of the archived object headers predictably.
>
> Please see [my comment in the JBS report](https://bugs.openjdk.org/browse/JDK-8302781?focusedCommentId=14561163&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14561163) for details.
This pull request has now been integrated.
Changeset: 7abe2693
Author: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7abe26935ab4356de54acee93390a0d8be1ea289
Stats: 5 lines in 1 file changed: 5 ins; 0 del; 0 mod
8302781: CDS archive heap not reproducible after JDK-8296344
Reviewed-by: dcubed
-------------
PR: https://git.openjdk.org/jdk/pull/12628
More information about the hotspot-runtime-dev
mailing list