-
Enhancement
-
Resolution: Fixed
-
P4
-
17
-
b06
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8281055 | 17.0.4-oracle | PAWAN CHAWDHARY | P4 | Resolved | Fixed | b01 |
JDK-8282960 | 17.0.4 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
appcds/SharedArchiveConsistency.java runs in -Xshare:on mode. When the archive fails to load, the VM exits immediately.
We should also run in -Xshare:auto mode, where the VM will clean up (by unmapping the archive regions, etc) and continue execution. This will increase code coverage.
We should also run in -Xshare:auto mode, where the VM will clean up (by unmapping the archive regions, etc) and continue execution. This will increase code coverage.
- backported by
-
JDK-8281055 SharedArchiveConsistency.java should test -Xshare:auto as well
- Resolved
-
JDK-8282960 SharedArchiveConsistency.java should test -Xshare:auto as well
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/3e7cbd22
-
Commit openjdk/jdk/e8206dbb
-
Review openjdk/jdk17u-dev/214
-
Review openjdk/jdk/4694
(1 links to)