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

Improve performance of Resource/ChunkPool handling

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Not an Issue
    • Icon: P3 P3
    • 12
    • 11
    • hotspot
    • None
    • x86_64
    • os_x

      Continuation prototype profiling showed scalability issues with ChunkPool implementation.
      Note: Resources are semantically thread local. Continuation usage was very specific to internal vm processing for freezing/thawing and has since been removed due to the cost. The profiles highlighted a high cost of freeing chunks. Need to create some microbenchmarks to determine if this is a problem with heuristics of freeing chunks or more fundamental issue with a shared global lock across ChunkPools. Sample profile attached.

        1. Screen Shot 2018-06-27 at 8.54.03 PM.png
          410 kB
          Karen Kinnear
        2. ron-jmh-profile.png
          508 kB
          Eric Caspole

            hseigel Harold Seigel (Inactive)
            acorn Karen Kinnear (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: