On Wed, 17 Aug 2022 22:53:55 GMT, Paul Sandoz <psan...@openjdk.org> wrote:
> Its a shame. Code changes look good. I recommend adding an internal comment > within the top of the class declaration indicating why anon inner classes are > used, esp. since this there is more action at a distance than the usual case > where lambdas are used too early in the JDK initialization process. Agree that adding an explanatory comment is a good practice; I thought the same myself shortly after creating the PR :-) ------------- PR: https://git.openjdk.org/jdk/pull/9911