> Early_larval frames can only apply to frames with the uninitializeThis flag > set, however, this rule was not properly being enforced. Instead, the > verifier looked at the state of uninitializedThis for the previous frame, so > this patch moves this check until after the nested frame has been parsed. > Verified with a new regresson test case and tier 1-5 tests. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Matias Saavedra Silva has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 11 commits: - Removed satisfy_unset_field error - Merge branch 'master' of github.com:openjdk/jdk into early_larval_verifier_8390256 - Removed unused flag, moved AssertUnsetFields definition, aligned change to spec - Test fix and cleanup - Dan offline comments - Added tests and fixes for oddly ordered frames - Fixed crash - Cleanup - Added test and fix for unusual frame ordering - Updated test - ... and 1 more: https://git.openjdk.org/jdk/compare/f8c6117c...f7c0a206 ------------- Changes: https://git.openjdk.org/jdk/pull/32459/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32459&range=03 Stats: 533 lines in 16 files changed: 399 ins; 69 del; 65 mod Patch: https://git.openjdk.org/jdk/pull/32459.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32459/head:pull/32459 PR: https://git.openjdk.org/jdk/pull/32459
