Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2201453 | 7 | Y. Ramakrishna | P3 | Closed | Fixed | b115 |
JDK-2205873 | 6u25 | Y. Ramakrishna | P3 | Closed | Fixed | b01 |
As part of 6539517, some of the code relating to perm gen allocation
was reorganized and partially consolidated. However, an inadvertent
side-effect of that reorg was that CMS' perm gen allocation policy
which attempts to avoid full gc's hwen allocating in the perm gen
was lost. That functionality would need to be restored for the case
of low-pause collectors such as CMS and G1.
Meanwhile, a workaround is available, see workaround section.
was reorganized and partially consolidated. However, an inadvertent
side-effect of that reorg was that CMS' perm gen allocation policy
which attempts to avoid full gc's hwen allocating in the perm gen
was lost. That functionality would need to be restored for the case
of low-pause collectors such as CMS and G1.
Meanwhile, a workaround is available, see workaround section.
- backported by
-
JDK-2201453 Perm gen expansion policy for concurrent collectors
- Closed
-
JDK-2205873 Perm gen expansion policy for concurrent collectors
- Closed
- relates to
-
JDK-6539517 CR 6186200 should be extended to perm gen allocation to prevent spurious OOM's from perm gen
- Resolved