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

Remove the jmx.tabular.data.hash.map compatibility property

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 25
    • None
    • core-svc

      TabularDataSupport reads a boolean System Property "jmx.tabular.data.hash.map".
      If true, HashMap is used, and not LinkedHashMap.


              // Since LinkedHashMap was introduced in SE 1.4, it's conceivable even
              // if very unlikely that we might be the server of a 1.3 client. In
              // that case you'll need to set this property. See CR 6334663.
              boolean useHashMap = Boolean.getBoolean("jmx.tabular.data.hash.map");


      We do not expect or support Java 1.3 clients.

      This Property does not appear to be documented.

      This compatibility convenience Property should be removed.

      Removing old obscure properties helps simplify the platform.

            kevinw Kevin Walls
            kevinw Kevin Walls
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: