[crac] RFR: 8346386: [CRaC] Move CRaC’s Java code out of restricted packages [v6]

Radim Vansa rvansa at openjdk.org
Fri Dec 20 08:57:53 UTC 2024


On Thu, 19 Dec 2024 08:35:11 GMT, Timofei Pushkin <duke at openjdk.org> wrote:

>> 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:
> 
>   Replace forgotten javax.crac references in docs

`jdk/crac/java/lang/System/TimedWaitingTest` is failing but it's unrelated to this PR; we've seen failures before, though I haven't figured out why could it be failing.

-------------

PR Comment: https://git.openjdk.org/crac/pull/164#issuecomment-2556550732


More information about the crac-dev mailing list