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.
- duplicates
-
JDK-8308501 Replacement of SortedLinkList in NMT with other more efficient data structures
-
- Closed
-
- relates to
-
JDK-8335756 NMT: VMATree should provide iterators for reserved regions
-
- Open
-
- links to
-
Review(master) openjdk/jdk/20425