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

Dynamically resize SystemDictionary

XMLWordPrintable

    • Icon: CSR CSR
    • Resolution: Approved
    • Icon: P3 P3
    • 10
    • hotspot
    • None
    • minimal

      Summary

      Introduce an option to disable dynamic resizing of system dictionaries during runtime.

      Problem

      https://bugs.openjdk.java.net/browse/JDK-8184765 introduces a new feature that will automatically resize a system dictionary if the load factor is determined to be too high. As a new feature there is a possibility that it might detrimentally affect performance of certain big apps.

      Solution

      Add a new, temporary, option "DynamicallyResizeSystemDictionaries" (default true) to allow users to disable the feature as needed.

      Specification

      Complete code is at: http://cr.openjdk.java.net/~gziemski/8184765_rev4

      diagnostic(bool, DynamicallyResizeSystemDictionaries, true,               \
            "Dynamically resize system dictionaries as needed")               \

            gziemski Gerard Ziemski
            coleenp Coleen Phillimore
            Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: