> 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: Update comment and fix copyright ------------- Changes: - all: https://git.openjdk.org/valhalla/pull/2025/files - new: https://git.openjdk.org/valhalla/pull/2025/files/e16f0b0a..e4c7bdc5 Webrevs: - full: https://webrevs.openjdk.org/?repo=valhalla&pr=2025&range=03 - incr: https://webrevs.openjdk.org/?repo=valhalla&pr=2025&range=02-03 Stats: 2 lines in 2 files changed: 0 ins; 0 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
