RFR: javac support for Parametric VM, first stab [v3]
Vicente Romero
vromero at openjdk.java.net
Mon Mar 15 13:43:23 UTC 2021
On Fri, 12 Mar 2021 22:28:12 GMT, Rémi Forax <github.com+828220+forax at openjdk.org> wrote:
>> That is during class reading - where we don't care about the "id" anymore. The "id" is just a "fiction" when writing, to help us generating multiple CP holes (possibly with the same kind).
>
> Ok, i did not think about that part of the process, and you do not do any roundtrip, reader - > javac -> gen,
> thanks
right roundtrips shouldn't happen, this is why we have this duality on the constructors
-------------
PR: https://git.openjdk.java.net/valhalla/pull/364
More information about the valhalla-dev
mailing list