RFR: 8340205: Native linker allows MemoryLayout consisting of only PaddingLayout [v13]
Per Minborg
pminborg at openjdk.org
Wed Nov 6 14:18:50 UTC 2024
> This PR prevents sequence layout with padding to be used with the Linker.
Per Minborg has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 30 additional commits since the last revision:
- Simplify exception testing
- Merge branch 'master' into linker-padding-layout-only
- Remove redundant check
- Rephrase doc
- Improve language
- Add checks of exception messages
- Update test/jdk/java/foreign/TestLinker.java
Co-authored-by: Jorn Vernee <JornVernee at users.noreply.github.com>
- Update src/java.base/share/classes/jdk/internal/foreign/abi/AbstractLinker.java
Co-authored-by: Jorn Vernee <JornVernee at users.noreply.github.com>
- Update src/java.base/share/classes/jdk/internal/foreign/abi/AbstractLinker.java
Co-authored-by: Jorn Vernee <JornVernee at users.noreply.github.com>
- Update src/java.base/share/classes/jdk/internal/foreign/abi/AbstractLinker.java
Co-authored-by: Jorn Vernee <JornVernee at users.noreply.github.com>
- ... and 20 more: https://git.openjdk.org/jdk/compare/7728503f...6a97fe5d
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/21041/files
- new: https://git.openjdk.org/jdk/pull/21041/files/0c134821..6a97fe5d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=21041&range=12
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=21041&range=11-12
Stats: 126278 lines in 574 files changed: 100610 ins; 8624 del; 17044 mod
Patch: https://git.openjdk.org/jdk/pull/21041.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/21041/head:pull/21041
PR: https://git.openjdk.org/jdk/pull/21041
More information about the core-libs-dev
mailing list