[crac] RFR: Print peristent JAR assumptions
Anton Kozlov
akozlov at openjdk.org
Fri Dec 9 12:03:34 UTC 2022
When an application creates URLClassLoader with the JAR, the JAR file will be assumed persistent, that is, it should be available on the restore. To make this more evident, the PR adds reporting for such JARs.
I'm not a big fan of persistent files and the implications, I think it may be done better, but while they are there, better to make them more usable.
-------------
Commit messages:
- Update message
- Print persistent jars on checkpoint
Changes: https://git.openjdk.org/crac/pull/38/files
Webrev: https://webrevs.openjdk.org/?repo=crac&pr=38&range=00
Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/crac/pull/38.diff
Fetch: git fetch https://git.openjdk.org/crac pull/38/head:pull/38
PR: https://git.openjdk.org/crac/pull/38
More information about the crac-dev
mailing list