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

Fix "operation" typo in Java Virtual Machine Guide

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • 12.0.1
    • 11-pool, 12-pool
    • docs
    • None

      Per review comment from Ioi Lam, an "operation" typo exists in the Manually Controlling Class Data Sharing note on the page https://docs.oracle.com/en/java/javase/11/vm/class-data-sharing.html#GUID-0260F857-A70E-4399-A1DF-A5766BE33285.

      Note:
      The -Xshare:on is for testing purposes only and may cause intermittent failures due to the use of address space layout randomization by the operation system. This option should not be used in production environments.

      should be:

      Note:
      The -Xshare:on is for testing purposes only and may cause intermittent failures due to the use of address space layout randomization by the operating system. This option should not be used in production environments.


            ssatish Savitha Satish
            cwayne Clifford Wayne (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: