JDK-8337217 : Port VirtualMemoryTracker to use VMATree
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P4
  • Status: In Progress
  • Resolution: Unresolved
  • Submitted: 2024-07-25
  • Updated: 2024-11-08
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
tbdUnresolved
Related Reports
Duplicate :  
Description
With JDK-8308501, a tree data structure has been merged which enables tracking of memory regions. This tree can be used in the VirtualMemoryTracker class of NMT to replace the exisiting SortedLinkList implementation, which in turn speeds up the virtual memory tracking.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/20425 Date: 2024-08-01 15:44:32 +0000
08-11-2024