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

Bounded arena allocator doesn't work if bounded size > BLOCK_SIZE

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • repo-panama
    • tools

      Since bounded and unbounded arena allocators share code, there is an issue when a bounded arena allocator has a bounded size > block size. In these cases, the shared implementation (which is for unbounded allocators) will attempt to fork the allocation onto a different segment, thus triggering an exception.

            mcimadamore Maurizio Cimadamore
            mcimadamore Maurizio Cimadamore
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: