RFR: 8377712: ConstantPool of WeakReferenceKey is not deterministic in CDS archive [v2]

Chen Liang liach at openjdk.org
Sat Feb 14 12:23:09 UTC 2026


On Sat, 14 Feb 2026 07:23:01 GMT, Ioi Lam <iklam at openjdk.org> wrote:

>> We are seeing intermittent failures (12 times in Jan 2026) where the CDS archives generated in the JDK build is not deterministic.
>> 
>> The symptom is that (perhaps due to the peculiarity of hash codes and memory addressing??) the constant pool entry for `ReferenceKey<?>` in the `WeakReferenceKey` class is not resolved when the failure happens.
>> 
>> The fix is for the JVM to call a method in `WeakReferenceKey` to force this entry to be resolved.
>
> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
> 
>   @liach comments

Marked as reviewed by liach (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/29678#pullrequestreview-3801736292


More information about the core-libs-dev mailing list