-
Bug
-
Resolution: Fixed
-
P3
-
13, 14
-
b30
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8227842 | 14 | Calvin Cheung | P3 | Resolved | Fixed | b07 |
JDK-8228326 | 13.0.2 | Calvin Cheung | P3 | Resolved | Fixed | b01 |
JDK-8228110 | 13.0.1 | Calvin Cheung | P3 | Resolved | Fixed | b02 |
1)The NUM_CDS_REGIONS should match the MetaspaceShared::n_regions.
The od (optional data) region was removed after the fix forJDK-8218751. Therefore, the NUM_CDS_REGIONS should be one less than the current value.
2) The CDS archive header was modified for the Dynamic CDS archive (JDK-8207812). Therefore, the CURRENT_CDS_ARCHIVE_VERSION should be updated.
The od (optional data) region was removed after the fix for
2) The CDS archive header was modified for the Dynamic CDS archive (
- backported by
-
JDK-8227842 Update NUM_CDS_REGIONS and CURRENT_CDS_ARCHIVE_VERSION in cds.h
- Resolved
-
JDK-8228110 Update NUM_CDS_REGIONS and CURRENT_CDS_ARCHIVE_VERSION in cds.h
- Resolved
-
JDK-8228326 Update NUM_CDS_REGIONS and CURRENT_CDS_ARCHIVE_VERSION in cds.h
- Resolved