> 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: Remove strict_init from Modifier ------------- Changes: - all: https://git.openjdk.org/valhalla/pull/2025/files - new: https://git.openjdk.org/valhalla/pull/2025/files/77e04d1f..b2c024b1 Webrevs: - full: https://webrevs.openjdk.org/?repo=valhalla&pr=2025&range=01 - incr: https://webrevs.openjdk.org/?repo=valhalla&pr=2025&range=00-01 Stats: 22 lines in 2 files changed: 1 ins; 19 del; 2 mod Patch: https://git.openjdk.org/valhalla/pull/2025.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2025/head:pull/2025 PR: https://git.openjdk.org/valhalla/pull/2025
