RFR: 8337622: IllegalArgumentException in java.lang.reflect.Field.get [v2]

David Holmes dholmes at openjdk.org
Mon Aug 12 04:36:41 UTC 2024


On Thu, 8 Aug 2024 16:49:09 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Make the object init_lock be an injected field in the mirror so that reflecting on componentType will not inadvertently return the init_lock.  The init_lock is a Java object and the VM holds it during class linking and uses it to set state during class initialization.
>> Tested with tier1-8.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix copyright lines.

Thanks for the additional info @coleenp . LGTM.

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

Marked as reviewed by dholmes (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20498#pullrequestreview-2232031590


More information about the hotspot-runtime-dev mailing list