On Fri, 29 Aug 2025 19:33:33 GMT, Erik Joelsson <er...@openjdk.org> wrote:
> So my question is, does this generator rely in any way on current JDK N > classes to do the work correctly? No. It only relies on the classes it explicitly imports, all of which are already available in the minimum boot JDK 24 and requires no opening up access in any way. ------------- PR Comment: https://git.openjdk.org/jdk/pull/27009#issuecomment-3238089104