Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2216146 | 8 | John Cuthbertson | P3 | Resolved | Fixed | b10 |
JDK-2219693 | 7u4 | John Cuthbertson | P3 | Closed | Fixed | b01 |
JDK-2216351 | 7u2 | John Cuthbertson | P3 | Closed | Fixed | b11 |
JDK-2214539 | hs22 | John Cuthbertson | P3 | Closed | Fixed | b08 |
While investigating the issues described in 7086533 and 7086538, marking verification has identified some missing marks:
[GC remark
VerifyDuringGC:(before)[Verifying threads Roots (excluding permgen) Permgen roots HeapRegionSets HeapRegions RemSet syms strs zone dict hand C-heap code cache ]
VerifyDuringGC:(after)[Verifying threads Roots (excluding permgen)
Root location 0x0072f3f4 points to dead obj 0x099da910
nsk.share.gc.LinkedMemoryObject
- klass: 'nsk/share/gc/LinkedMemoryObject'
- ---- fields (total size 6 words):
- private 'storage' '[B' @8 [B (99fce38)
- private 'next' 'Lnsk/share/gc/LinkedMemoryObject;' @12 a 'nsk/share/gc/LinkedMemoryObject' (99da8f8)
- private 'prev' 'Lnsk/share/gc/LinkedMemoryObject;' @16 NULL
Root location 0x0072f3fc points to dead obj 0x099ff548
nsk.share.gc.LinkedMemoryObject
- klass: 'nsk/share/gc/LinkedMemoryObject'
- ---- fields (total size 6 words):
- private 'storage' '[B' @8 NULL
- private 'next' 'Lnsk/share/gc/LinkedMemoryObject;' @12 NULL
- private 'prev' 'Lnsk/share/gc/LinkedMemoryObject;' @16 NULL
[GC remark
VerifyDuringGC:(before)[Verifying threads Roots (excluding permgen) Permgen roots HeapRegionSets HeapRegions RemSet syms strs zone dict hand C-heap code cache ]
VerifyDuringGC:(after)[Verifying threads Roots (excluding permgen)
Root location 0x0072f3f4 points to dead obj 0x099da910
nsk.share.gc.LinkedMemoryObject
- klass: 'nsk/share/gc/LinkedMemoryObject'
- ---- fields (total size 6 words):
- private 'storage' '[B' @8 [B (99fce38)
- private 'next' 'Lnsk/share/gc/LinkedMemoryObject;' @12 a 'nsk/share/gc/LinkedMemoryObject' (99da8f8)
- private 'prev' 'Lnsk/share/gc/LinkedMemoryObject;' @16 NULL
Root location 0x0072f3fc points to dead obj 0x099ff548
nsk.share.gc.LinkedMemoryObject
- klass: 'nsk/share/gc/LinkedMemoryObject'
- ---- fields (total size 6 words):
- private 'storage' '[B' @8 NULL
- private 'next' 'Lnsk/share/gc/LinkedMemoryObject;' @12 NULL
- private 'prev' 'Lnsk/share/gc/LinkedMemoryObject;' @16 NULL
- backported by
-
JDK-2216146 G1: Some roots not marked during an initial mark that gets an evacuation failure
-
- Resolved
-
-
JDK-2214539 G1: Some roots not marked during an initial mark that gets an evacuation failure
-
- Closed
-
-
JDK-2216351 G1: Some roots not marked during an initial mark that gets an evacuation failure
-
- Closed
-
-
JDK-2219693 G1: Some roots not marked during an initial mark that gets an evacuation failure
-
- Closed
-
- relates to
-
JDK-7080389 G1: refactor marking code in evacuation pause copy closures
-
- Closed
-