[lworld] RFR: 8244313: [lworld] Evolve javac's code generation to match scheme documented in SoV

Srikanth Adayapalam sadayapalam at openjdk.java.net
Mon Apr 19 06:19:59 UTC 2021


On Fri, 16 Apr 2021 12:12:32 GMT, Srikanth Adayapalam <sadayapalam at openjdk.org> wrote:

> Generate code according to the scheme outlined in the Members section of https://cr.openjdk.java.net/~briangoetz/valhalla/sov/04-translation.html

The comment in com.sun.tools.javac.jvm.ClassWriter#writeClassFile


        poolWriter.writePool(out);
        poolWriter.reset(); // to save space



misstates what we are doing there IMO :)

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

PR: https://git.openjdk.java.net/valhalla/pull/386


More information about the valhalla-dev mailing list