Obsolete the PrintSharedDictionary flag

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 20
    • Affects Version/s: 20
    • Component/s: hotspot
    • b21

      The PrintSharedDictionary flag is not being used. It is just declared in globals.hpp.

      ./share/runtime/globals.hpp: product(bool, PrintSharedDictionary, false,

      In 8u, the flag is for displaying the class names in a CDS archive as follows:

      java -XX:+PrintSharedArchiveAndExit -XX:+PrintSharedDictionary

      Currently in the mainline, one doesn't need to specify -XX:+PrintSharedDictionary in order to display the class names in a CDS archive.

            Assignee:
            Matias Saavedra Silva
            Reporter:
            Calvin Cheung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: