RFR: 8366455: Move VarHandles.GuardMethodGenerator to execute on build

Chen Liang liach at openjdk.org
Fri Aug 29 19:54:40 UTC 2025


On Fri, 29 Aug 2025 19:33:33 GMT, Erik Joelsson <erikj at 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


More information about the core-libs-dev mailing list