On Thu, 4 Sep 2025 18:08:57 GMT, Chen Liang <[email protected]> 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 <[email protected]> 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
