Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083425 | emb-9 | Jiangli Zhou | P2 | Resolved | Fixed | b37 |
JDK-8063360 | 8u45 | Jiangli Zhou | P2 | Resolved | Fixed | b01 |
JDK-8047935 | 8u40 | Jiangli Zhou | P4 | Resolved | Fixed | b13 |
JDK-8070708 | emb-8u47 | Jiangli Zhou | P2 | Resolved | Fixed | team |
We currently have this flag just for running unit tests, etc:
diagnostic(ccstr, SharedArchiveFile, NULL, \
"Override the default location of the CDS archive file") \
However, as part of the CDS enhancement work (seeJDK-8046070), this should be changed into a product flag so that it can be used for normal usage scenarios, without having to specify -XX:+UnlockDiagnosticVMOptions.
The SharedArchiveFile will remain as diagnostic option, however we will add new API for unlocking a specific diagnostic flag:
unlock_diagnostic()
diagnostic(ccstr, SharedArchiveFile, NULL, \
"Override the default location of the CDS archive file") \
However, as part of the CDS enhancement work (see
The SharedArchiveFile will remain as diagnostic option, however we will add new API for unlocking a specific diagnostic flag:
unlock_diagnostic()
- backported by
-
JDK-8063360 Adding new API for unlocking diagnostic argument for SharedArchiveFile
-
- Resolved
-
-
JDK-8070708 Adding new API for unlocking diagnostic argument for SharedArchiveFile
-
- Resolved
-
-
JDK-8083425 Adding new API for unlocking diagnostic argument for SharedArchiveFile
-
- Resolved
-
-
JDK-8047935 Adding new API for unlocking diagnostic argument for SharedArchiveFile
-
- Resolved
-
- relates to
-
JDK-8046070 Class Data Sharing clean up and refactoring
-
- Closed
-