RFR: 8264940: java/lang/invoke/6998541/Test6998541.java failed "guarantee(ik->is_initialized()) failed: java/lang/Byte$ByteCache must be initialized" [v5]
Daniel D.Daugherty
dcubed at openjdk.java.net
Tue Apr 13 16:25:58 UTC 2021
On Tue, 13 Apr 2021 04:31:16 GMT, Wang Huang <whuang at openjdk.org> wrote:
>> * The main reason is that in this situation the `BoxCache` is not initialized before `uncommon_trap`.
>> * `java.lang.Byte$ByteCache` is loaded without initializing here
>> * I think that all `*Cache` classes should be loaded in this situation.
>
> Wang Huang has updated the pull request incrementally with one additional commit since the last revision:
>
> adjust headers
Marked as reviewed by dcubed (Reviewer).
I've reviewed and I'm testing the fix right now. If it passes, then I'll sponsor.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3411
More information about the hotspot-dev
mailing list