[lworld] RFR: 8326597: [lworld] Verifier must enforce new JEP 401 rules related to strict fields
David Holmes
dholmes at openjdk.org
Fri Jun 14 02:57:47 UTC 2024
On Mon, 3 Jun 2024 14:08:14 GMT, Frederic Parain <fparain at openjdk.org> wrote:
>> I was copying/emulating the use of `ClassFileParser::supports_inline_types` but changing `inline` to `value`. I can change to `supports_strict_fields` for this new code, but the Classfile parser uses `inline types` to cover both cases (not that I expect to have one without the other).
>
> Maybe changing both to `supports_jep_401()` ?
`supports_strict_fields()` sounds better than encoding JEP numbers.
-------------
PR Review Comment: https://git.openjdk.org/valhalla/pull/1109#discussion_r1639157456
More information about the valhalla-dev
mailing list