On Sat, 11 Mar 2023 03:28:16 GMT, liach <d...@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