-
Enhancement
-
Resolution: Fixed
-
P2
-
9
-
b24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056634 | emb-9 | Unassigned | P2 | Resolved | Fixed | b24 |
[This bug was backed out and pushed as JDK-8049421 instead]
Currently G1 treats all classes as live except for during full gcs.
Modify the concurrent marking code to keep track of liveness of classes in order to be able to unload unreachable classes at the remark pause.
This involves reusing the infrastructure used by CMS to follow the object headers to find live classes.
Currently G1 treats all classes as live except for during full gcs.
Modify the concurrent marking code to keep track of liveness of classes in order to be able to unload unreachable classes at the remark pause.
This involves reusing the infrastructure used by CMS to follow the object headers to find live classes.
- backported by
-
JDK-8056634 [Backed out] G1 Class Unloading after completing a concurrent mark cycle
-
- Resolved
-
- is cloned by
-
JDK-8049421 G1 Class Unloading after completing a concurrent mark cycle
-
- Resolved
-
- relates to
-
JDK-8049420 Backout 8048248 to correct attribution
-
- Resolved
-
-
JDK-8048269 Add flag to turn off class unloading after G1 concurrent mark
-
- Resolved
-
-
JDK-8048268 G1 Code Root Migration performs poorly
-
- Resolved
-
-
JDK-8015332 G1: Interned strings with no references only garbage collected upon full GC.
-
- Closed
-
(1 relates to)