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

Disable VerifySharedSpaces by default

XMLWordPrintable

    • b21

      When using -XX:SharedArchiveFile=<archive>, aka AppCDS, the VerifySharedSpaces flag is enabled by default. When VerifySharedSpaces is enabled, the runtime checks the integrity of the archive using a quick CRC checksum. This verification has questionable value, e.g., it does nothing for security while adding substantial startup overhead.

      I suggest disabling it by default.

            redestad Claes Redestad
            redestad Claes Redestad
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: