Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8213352

Separate BufferNode allocation from PtrQueueSet

XMLWordPrintable

    • gc
    • b21
    • generic
    • generic

      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.

            kbarrett Kim Barrett
            kbarrett Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: