[lworld] RFR: 8349945: Implement strict static fields (proposed JVM feature) [v3]
Dan Heidinga
heidinga at openjdk.org
Thu May 29 17:02:49 UTC 2025
On Fri, 23 May 2025 20:26:57 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:
>> This patch enables and implements verification for fields with the ACC_STATIC and ACC_STRICT modifiers. To enforce strictness on static fields, the reads and writes on the field are tracked dynamically to ensure that the field is written before being read and written to before.
>
> Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:
>
> Chen and Dan comments and cleanup
That's great! It removes a bunch cases we'll never have to worry about
-------------
PR Comment: https://git.openjdk.org/valhalla/pull/1465#issuecomment-2920006652
More information about the valhalla-dev
mailing list