[crac] RFR: 8346386: [CRaC] Move CRaC’s Java code out of restricted packages [v5]
Timofei Pushkin
duke at openjdk.org
Thu Dec 19 07:02:18 UTC 2024
> To circumvent CRaC's limiting not-yet-standardized status:
> 1. Moved CRaC interface from `javax.crac` in `java.base` to `jdk.crac` in a new `jdk.crac` module.
> 2. Moved CRaC implementation from `jdk.crac` to `jdk.internal.crac.mirror`, both inside `java.base`. The whole CRaC implementation now resides in `jdk.internal.crac` which is exported (partially) only to the new `jdk.crac` module.
Timofei Pushkin has updated the pull request incrementally with one additional commit since the last revision:
Update CRaC Resource class reference in BasicImageReader
-------------
Changes:
- all: https://git.openjdk.org/crac/pull/164/files
- new: https://git.openjdk.org/crac/pull/164/files/29e0e41b..41adb743
Webrevs:
- full: https://webrevs.openjdk.org/?repo=crac&pr=164&range=04
- incr: https://webrevs.openjdk.org/?repo=crac&pr=164&range=03-04
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/crac/pull/164.diff
Fetch: git fetch https://git.openjdk.org/crac.git pull/164/head:pull/164
PR: https://git.openjdk.org/crac/pull/164
More information about the crac-dev
mailing list