JDK-8292741 : Convert JvmtiTagMapTable to ResourceHashtable
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-08-22
  • Updated: 2023-01-24
  • Resolved: 2023-01-18
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 21
21 b06Fixed
Related Reports
Relates :  
Relates :  
Description
Or ResourceHashtable.  The table doesn't strictly require concurrency so maybe doesn't need to be a concurrent hashtable.  That said, it would be nice if it can dynamically resize, rather than resize under a lock.
Comments
Changeset: c464ef1d Author: Afshin Zafari <afshin.zafari@oracle.com> Committer: Robbin Ehn <rehn@openjdk.org> Date: 2023-01-18 13:21:32 +0000 URL: https://git.openjdk.org/jdk/commit/c464ef1d61c2ea4a37759546f0ee39b1f530ccdc
18-01-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/11288 Date: 2022-11-22 14:48:11 +0000
25-11-2022