RFR: 7903790: Use source instead of release option for library compilation [v3]
Christian Stein
cstein at openjdk.org
Mon Aug 19 16:45:38 UTC 2024
> Please review this change to use `--source=N` instead of `--release=N` in order to prevent compiler errors reading `exporting a package from system module java.base is not allowed with --release` when compiling a library using preview features, enabled via the new `LIBRARY.properties` configuration file.
Christian Stein has updated the pull request incrementally with one additional commit since the last revision:
Update comment
-------------
Changes:
- all: https://git.openjdk.org/jtreg/pull/221/files
- new: https://git.openjdk.org/jtreg/pull/221/files/265fcbd1..34eb7ce4
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jtreg&pr=221&range=02
- incr: https://webrevs.openjdk.org/?repo=jtreg&pr=221&range=01-02
Stats: 3 lines in 1 file changed: 1 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jtreg/pull/221.diff
Fetch: git fetch https://git.openjdk.org/jtreg.git pull/221/head:pull/221
PR: https://git.openjdk.org/jtreg/pull/221
More information about the jtreg-dev
mailing list