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

Xverify:remote description is wrong

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8u40
    • 8, 9
    • docs
    • generic
    • generic

      The description of the "Xverify:remote" option is incorrect. It needs to be fixed in JDK8 and also for future releases.

      === wrong text
      remote

      Verify only those classes that are loaded remotely over the network. This is the default behavior if you do not specify the -Xverify option.
      ===

      === suggested new text
      remote

      Verify those classes that are not loaded by the bootstrap class loader. This is the default behavior if you do not specify the -Xverify option.
      ===

      JDK 8 documentation links:

      [ Non-Standard Options ]

      http://docs.oracle.com/javase/8/docs/technotes/tools/windows/java.html#BABHDABI

      http://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html#BABHDABI

      JDK 9 documentation links:

      [ Non-Standard Options ]

      http://download.java.net/jdk9/docs/technotes/tools/windows/java.html#BABHDABI

      http://download.java.net/jdk9/docs/technotes/tools/unix/java.html#BABHDABI

      These were the only instances of the incorrect text I could find, but there may be other documents that require fixing.

            shommel Scott Hommel (Inactive)
            dbuck David Buck
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: