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

ZGC: Do not resize TLABs unless -XX:ResizeTLAB is enabled

    XMLWordPrintable

Details

    • gc
    • b24

    Description

      ZGC currently calls ThreadLocalAllocBuffer::resize() regardless of if -XX:ResizeTLAB is enabled or not. This causes the following assert to fail:

      # Internal Error (open/src/hotspot/share/gc/shared/threadLocalAllocBuffer.cpp:130), pid=22060, tid=22069
      # assert(ResizeTLAB) failed: Should not call this otherwise

      Attachments

        Activity

          People

            pliden Per Liden (Inactive)
            pliden Per Liden (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: