> Here's a patch adding argument validation to the factories for the special > arrays. > It also aligns the semantic of these factories with other ways to create > arrays with respect to the initialization state of the element type. > Some compiler tests needed adjustments because of the new code shape of the > factories. > > Thank you. > > --------- > - [X] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Frederic Parain has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 16 commits: - Merge remote-tracking branch 'upstream/lworld' into fact_valid - Exclude main method from C1 compilation - Make native factory methods private - Merge remote-tracking branch 'upstream/lworld' into fact_valid - Fixes in handling of non-flat arrays - Temporarely disable test - Remove duplicated IR verification rules - Fix IR verification rules - Fix ndentation - Restore blank lines - ... and 6 more: https://git.openjdk.org/valhalla/compare/246ffbf1...4aece1f3 ------------- Changes: https://git.openjdk.org/valhalla/pull/2435/files Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=2435&range=06 Stats: 529 lines in 13 files changed: 457 ins; 29 del; 43 mod Patch: https://git.openjdk.org/valhalla/pull/2435.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2435/head:pull/2435 PR: https://git.openjdk.org/valhalla/pull/2435
