RFR: 8288730: Lookup::accessClass(Class) should be generic on the type of targetClass

Mandy Chung mchung at openjdk.org
Mon Mar 13 20:13:04 UTC 2023


On Sat, 11 Mar 2023 03:28:16 GMT, liach <duke at openjdk.org> wrote:

> Parameterizes `Lookup::accessClass` and `Lookup::ensureInitialized`. Updated an applicable use-site within JDK to benefit from this patch.

This change looks fine.  Adding a type parameter of a method is binary compatible.

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

Marked as reviewed by mchung (Reviewer).

PR: https://git.openjdk.org/jdk/pull/12984


More information about the core-libs-dev mailing list