[lworld] Integrated: 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.

This pull request has now been integrated.

Changeset: 2fddd34c
Author:    Chen Liang <liach at openjdk.org>
URL:       https://git.openjdk.org/valhalla/commit/2fddd34c37cfe7c4d4372217fa4b58bf199aa71d
Stats:     20 lines in 6 files changed: 3 ins; 4 del; 13 mod

8366913: [lworld] Add ACC_STRICT_INIT to ClassFile

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

PR: https://git.openjdk.org/valhalla/pull/1548


More information about the valhalla-dev mailing list