-
Notifications
You must be signed in to change notification settings - Fork 759
CRIU adds unqualified exports java.base/jdk.crac when CRaC is enabled #18959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d661e5e
to
3d4bde8
Compare
@JasonFengJ9 I think you'll need to rebase, we got rid of the static initializer code in InterCRIUSupport, it was causing bootstrap issues with MH |
3d4bde8
to
001af11
Compare
Rebased, moved |
jenkins test sanity alinux jdk11 |
jenkinst test sanity plinux jdk21 |
Use Module.implAddExports("jdk.crac") to export java.base/jdk.crac unconditionally when the CRaC is enabled; Refactored throwExceptionHelper(currentThread, errCode); Also fixed addPackageDefinition() usage in JVM_AddModulePackage(). Signed-off-by: Jason Feng <[email protected]>
001af11
to
ee82cd8
Compare
Rebased and resolved the conflict. |
jenkins test sanity win jdk8 |
jenkins test sanity plinux jdk21 |
It seems an infra error. |
It's #18998 |
CRIU
adds unqualifiedexports
java.base/jdk.crac
whenCRaC
is enabledUse
Module.implAddExports("jdk.crac")
to exportjava.base/jdk.crac
unconditionally when theCRaC
is enabled;Refactored
throwExceptionHelper(currentThread, errCode)
;Also fixed
addPackageDefinition()
usage inJVM_AddModulePackage()
.Resolve RTC workitem 150440.
Signed-off-by: Jason Feng [email protected]