-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 17, 20, 21
-
b22
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8311572 | 17.0.9 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
(Provisionally assigning this to myself, but Oli Gillespie [not an Author yet] would do the actual work)
ObjectCount(AfterGC) JFR event performs the single-threaded heap walk to count instances at GC pauses. AfterJDK-8215624, we can use the parallel heap walking facilities for this. Should be enough to just call `HeapInspection::populate_table` with the number of available GC workers.
ObjectCount(AfterGC) JFR event performs the single-threaded heap walk to count instances at GC pauses. After
- backported by
-
JDK-8311572 Parallelize heap walk for ObjectCount(AfterGC) JFR event collection
- Resolved
- is blocked by
-
JDK-8276696 ParallelObjectIterator freed at the wrong time in VM_HeapDumper
- Resolved
- relates to
-
JDK-8215624 Add parallel heap iteration for jmap –histo
- Resolved
-
JDK-8199712 Flight Recorder
- Closed
- links to
-
Commit openjdk/jdk17u-dev/fc08b730
-
Commit openjdk/jdk/540c706b
-
Review openjdk/jdk17u-dev/1441
-
Review openjdk/jdk/13774
(3 links to)