JDK-8056242 : Add function to return structured information about loaded libraries.
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: svc
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2014-08-28
  • Updated: 2020-03-23
  • Resolved: 2014-09-03
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.
JDK 9
9 b32Fixed
Related Reports
Relates :  
Relates :  
Description
Today there is no functionality that returns information about the dll/so/dylibs loaded by a process in a structured way. The current implementation assumes that it is sufficient to return this information in a platform dependent format as a stream of text.
This task is about adding functionality to get the same, or a subset of the information in a structured way.
This task is not about changing the current implementation used in diagnostic commands or crash-dumps.