Integrated: 8307508: IndirectVarHandle.isAccessModeSupported throws NPE
Chen Liang
liach at openjdk.org
Tue Jun 13 17:09:02 UTC 2023
On Mon, 12 Jun 2023 05:27:35 GMT, Chen Liang <liach at openjdk.org> wrote:
> Fixes the NPE in IndirectVarHandle.isAccessModeSupported by delegating to the target var handle. In addition, simplified the MH caching in Indirect VH and removed redundant overrides (already available via var form). This was split from #13821 as suggested by Mandy Chung, which allows easy backports to release 21 if desirable.
This pull request has now been integrated.
Changeset: 75dcc4ef
Author: Chen Liang <liach at openjdk.org>
Committer: Mandy Chung <mchung at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/75dcc4ef94d90e4aa7f8ca5eccc97c91492d6eed
Stats: 105 lines in 3 files changed: 69 ins; 27 del; 9 mod
8307508: IndirectVarHandle.isAccessModeSupported throws NPE
Reviewed-by: mchung
-------------
PR: https://git.openjdk.org/jdk/pull/14409
More information about the core-libs-dev
mailing list