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

Metaspace: simplify BinList handling

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 22
    • 21
    • hotspot
    • b12

      In preparation for Lilliput, I'd like to simplify BinList handling a bit.

      BinList are a data structure that stores small blocks that had been prematurely deallocated for re-use. Due to the way BinList is implemented we need the blocks to be at least two words. That minimal block size causes ripples all across metaspace, including testing code. We can get rid of this complexity by shrinking a Block to just one word.

            stuefe Thomas Stuefe
            stuefe Thomas Stuefe
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: