RFR: 8378715: Use early field initialization for java.lang.invoke generated code

Jorn Vernee jvernee at openjdk.org
Thu Feb 26 19:38:21 UTC 2026


On Thu, 26 Feb 2026 19:28:27 GMT, Chen Liang <liach at openjdk.org> wrote:

> Not only that, I think these are the only valid appearance sites of `CodeBuilder::invokespecial` that represent super calls instead of new instance creations and has associated field store instructions within the whole JDK.

I see a few more super calls in `SystemModulesPlugin` as well, but other than that I don't see any under the `src` dir.

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

PR Comment: https://git.openjdk.org/jdk/pull/29926#issuecomment-3968766250


More information about the core-libs-dev mailing list