JDK-8326586 : Improve Speed of System.map
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 22,23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-02-23
  • Updated: 2024-03-02
  • Resolved: 2024-03-02
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 23
23 masterFixed
Related Reports
Relates :  
Relates :  
Description
System.map performs a NMT-region lookup by address; since these lookups are usually in order, we can optimize the lookup.
Comments
Changeset: 37e01efb Author: Thomas Stuefe <stuefe@openjdk.org> Date: 2024-03-02 08:13:07 +0000 URL: https://git.openjdk.org/jdk/commit/37e01efb7831e29068f834fe0629595cb721b90d
02-03-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17984 Date: 2024-02-23 15:31:27 +0000
23-02-2024