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.
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.