[lworld] RFR: 8366913: [lworld] Add ACC_STRICT_INIT to ClassFile

Chen Liang liach at openjdk.org
Thu Sep 4 19:57:55 UTC 2025


On Thu, 4 Sep 2025 18:08:57 GMT, Chen Liang <liach at openjdk.org> wrote:

> @arraying discovered that java.lang.classfile.ClassFile is missing a constant for ACC_STRICT_INIT. This was due to previous iterations of strict fields proposal calling this flag simply ACC_STRICT like strictfp. The usages of ACC_STRICT and Modifier.STRICT has been reviewed, and ones that actually refer to STRICT_INIT (which is also not a source modifier) are migrated.

No new failure in tier 1-3, integrating.

-------------

PR Comment: https://git.openjdk.org/valhalla/pull/1548#issuecomment-3255381179


More information about the valhalla-dev mailing list