Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2216135 | 8 | John Cuthbertson | P3 | Resolved | Fixed | b10 |
JDK-2219691 | 7u4 | John Cuthbertson | P3 | Closed | Fixed | b01 |
JDK-2216339 | 7u2 | John Cuthbertson | P3 | Closed | Fixed | b11 |
JDK-2214544 | hs22 | John Cuthbertson | P3 | Closed | Fixed | b08 |
Right now, G1 only processes references (as well as enqueueing objects for finalization) during marking cycles and not during evacuation pauses. Even though we haven't seen actual issues with the lack of prompt reference processing, it is easy to imagine an application that allocates a lot of short-lived finalizable objects to require more resources that really needed, as finalizable objects (and the resources they are holding on to) are piled up in the heap, waiting for a marking cycle to be processed.
- backported by
-
JDK-2216135 G1: process references during evacuation pauses
-
- Resolved
-
-
JDK-2214544 G1: process references during evacuation pauses
-
- Closed
-
-
JDK-2216339 G1: process references during evacuation pauses
-
- Closed
-
-
JDK-2219691 G1: process references during evacuation pauses
-
- Closed
-
- duplicates
-
JDK-6999109 G1: ParallelClassLoading tests fail with java.io.FileNotFoundException (Too many open files)
-
- Closed
-