JDK-8213352 : Separate BufferNode allocation from PtrQueueSet
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2018-11-04
  • Updated: 2023-11-30
  • Resolved: 2018-11-16
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 12
12 b21Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
The PtrQueueSet class presently contains an embedded free-list-based BufferNode allocator.  This mechanism supports deferring from one PtrQueue to another for allocation, so that all PtrQueueSets of a given kind can share a single allocator.  A much simpler approach would be to have a separate BufferNode allocator class, which can be shared by multiple PtrQueueSets.

Comments
URL: http://hg.openjdk.java.net/jdk/jdk/rev/6df094be7f58 User: kbarrett Date: 2018-11-16 01:16:05 +0000
16-11-2018