The SA has functionally that relies on live heap region information from the GCs. This is problematic when dead objects are left in the heap, and their classes have been unloaded.
Because of this ZGC has so far not implemented this feature. However, we could provide a best-effort implementation of this that works if class unloading is turned off, but would not report all regions if dead objects with dead classes are encountered.
Maybe this is enough to enable a bit more SA debugging capabilities when running with ZGC.
Because of this ZGC has so far not implemented this feature. However, we could provide a best-effort implementation of this that works if class unloading is turned off, but would not report all regions if dead objects with dead classes are encountered.
Maybe this is enough to enable a bit more SA debugging capabilities when running with ZGC.
- duplicates
-
JDK-8207843 SA: Add support for Object Histogram with ZGC
-
- Closed
-
-
JDK-8221534 Incorrect copyright header in src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/ZPageTableEntry.java
-
- Closed
-
- is blocked by
-
JDK-8219003 SA: Refactor live regions iteration in preparation for JDK-8218922
-
- Resolved
-