[lworld] Integrated: 8367935: [lworld] Rename ACC_STRICT in the JVM according to strict fields JEP
Matias Saavedra Silva
matsaave at openjdk.org
Thu Feb 5 19:22:47 UTC 2026
On Tue, 3 Feb 2026 20:21:48 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:
> Strict initialization is now indicated with the access flag `ACC_STRICT_INIT` in the JVMS and the VM implementation should follow. `ACC_STRICT` is currently used as a method modifier for strict floating-point semantics so this refactor will help to make both modifiers distinct. VM and Java code has to be updated to use the correct modifier. Verified with tier x-y tests.
This pull request has now been integrated.
Changeset: 81c54fb7
Author: Matias Saavedra Silva <matsaave at openjdk.org>
URL: https://git.openjdk.org/valhalla/commit/81c54fb7a1dc55c28f7d48f00a95e2137e338310
Stats: 34 lines in 10 files changed: 5 ins; 0 del; 29 mod
8367935: [lworld] Rename ACC_STRICT in the JVM according to strict fields JEP
Reviewed-by: fparain, liach, rriggs
-------------
PR: https://git.openjdk.org/valhalla/pull/2025
More information about the valhalla-dev
mailing list