[lworld] RFR: 8367935: [lworld] Rename ACC_STRICT in the JVM according to strict fields JEP [v3]
Chen Liang
liach at openjdk.org
Wed Feb 4 23:10:11 UTC 2026
On Wed, 4 Feb 2026 22:20:30 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.
>
> Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:
>
> Chen and Roger commentS
src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/Constants.java line 2:
> 1: /*
> 2: * Copyright (c) 2009, 2026. Oracle and/or its affiliates. All rights reserved.
Suggestion:
* Copyright (c) 2009, 2026, Oracle and/or its affiliates. All rights reserved.
-------------
PR Review Comment: https://git.openjdk.org/valhalla/pull/2025#discussion_r2766342860
More information about the valhalla-dev
mailing list