JDK-8206131 : SA: Complete ZGC support
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: svc-agent
  • Affected Version: 11
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2018-07-02
  • Updated: 2018-11-12
  • Resolved: 2018-11-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbd_minorResolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
Currently clhsdb commands like 'jhisto' do not work for ZGC. For this, we would need changes in share/classes/sun/jvm/hotspot/oops/ObjectHeap.java to the method collectLiveRegions(). This would need to include code to iterate through the Zpages, and collect the live regions.