Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083331 | emb-9 | Calvin Cheung | P4 | Resolved | Fixed | b30 |
JDK-8063439 | 8u45 | Calvin Cheung | P4 | Resolved | Fixed | b01 |
JDK-8048151 | 8u40 | Calvin Cheung | P4 | Resolved | Fixed | b05 |
JDK-8070736 | emb-8u47 | Calvin Cheung | P4 | Resolved | Fixed | team |
In JDK8, if you want to create a large CDS archive (with a lot of classes), you need to add VM options like these
-XX:SharedReadWriteSize=200000000 -XX:SharedReadOnlySize=200000000 -XX:SharedMiscDataSize=22000000
which is kind of cumbersome. It's better to have higher-level options like:
-XX:+UseLargeSharedArchive -> allow up to 300MB combined archive size
-XX:+UseHugeSharedArchive -> allow up to 800MB combined archive size
-XX:SharedReadWriteSize=200000000 -XX:SharedReadOnlySize=200000000 -XX:SharedMiscDataSize=22000000
which is kind of cumbersome. It's better to have higher-level options like:
-XX:+UseLargeSharedArchive -> allow up to 300MB combined archive size
-XX:+UseHugeSharedArchive -> allow up to 800MB combined archive size
- backported by
-
JDK-8048151 Allow easy configurations for large CDS archives
-
- Resolved
-
-
JDK-8063439 Allow easy configurations for large CDS archives
-
- Resolved
-
-
JDK-8070736 Allow easy configurations for large CDS archives
-
- Resolved
-
-
JDK-8083331 Allow easy configurations for large CDS archives
-
- Resolved
-
- relates to
-
JDK-8072061 Automatically determine optimal sizes for the CDS regions
-
- Closed
-
-
JDK-8056175 Change "8048150: Allow easy configurations for large CDS archives" triggers conversion warning with older GCC
-
- Closed
-
(1 relates to)