Skip to content

Commit

Permalink
Generated from commit: e1a9cb6
Browse files Browse the repository at this point in the history
Signed-off-by: genie-openj9 <[email protected]>
  • Loading branch information
genie-openj9 committed Jun 4, 2024
1 parent 87247fd commit e2ae7c4
Show file tree
Hide file tree
Showing 18 changed files with 342 additions and 342 deletions.
8 changes: 4 additions & 4 deletions cmdline_migration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8809,27 +8809,27 @@ <h2 id="compatible-options">Compatible options</h2>
</tr>
<tr>
<td><a href="../xxalwayspretouch/"><code>-XX:[+|-]AlwaysPreTouch</code></a></td>
<td>Enables/disables committing of memory during initial heap inflation or heap expansion.</td>
<td>Enables or disables committing of memory during initial heap inflation or heap expansion.</td>
</tr>
<tr>
<td><a href="../xxcompactstrings/"><code>-XX:[+|-]CompactStrings</code></a></td>
<td>Enables/disables <code>String</code> compression.<span aria-hidden="true" class="twemoji note"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m410.3 231 11.3-11.3-33.9-33.9-62.1-62.1-33.9-33.9-11.3 11.3-22.6 22.6L58.6 322.9c-10.4 10.4-18 23.3-22.2 37.4L1 480.7c-2.5 8.4-.2 17.5 6.1 23.7s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2l199.2-199.2 22.6-22.7zM160 399.4l-9.1 22.7c-4 3.1-8.5 5.4-13.3 6.9l-78.2 23 23-78.1c1.4-4.9 3.8-9.4 6.9-13.3l22.7-9.1v32c0 8.8 7.2 16 16 16h32zM362.7 18.7l-14.4 14.5-22.6 22.6-11.4 11.3 33.9 33.9 62.1 62.1 33.9 33.9 11.3-11.3 22.6-22.6 14.5-14.5c25-25 25-65.5 0-90.5l-39.3-39.4c-25-25-65.5-25-90.5 0zm-47.4 168-144 144c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l144-144c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"/></svg></span> <strong>Note:</strong> This option is enabled by default in OpenJ9 on Java 11 and later. In the earlier versions, this option is disabled by default.</td>
<td>Enables or disables <code>String</code> compression.<span aria-hidden="true" class="twemoji note"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m410.3 231 11.3-11.3-33.9-33.9-62.1-62.1-33.9-33.9-11.3 11.3-22.6 22.6L58.6 322.9c-10.4 10.4-18 23.3-22.2 37.4L1 480.7c-2.5 8.4-.2 17.5 6.1 23.7s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2l199.2-199.2 22.6-22.7zM160 399.4l-9.1 22.7c-4 3.1-8.5 5.4-13.3 6.9l-78.2 23 23-78.1c1.4-4.9 3.8-9.4 6.9-13.3l22.7-9.1v32c0 8.8 7.2 16 16 16h32zM362.7 18.7l-14.4 14.5-22.6 22.6-11.4 11.3 33.9 33.9 62.1 62.1 33.9 33.9 11.3-11.3 22.6-22.6 14.5-14.5c25-25 25-65.5 0-90.5l-39.3-39.4c-25-25-65.5-25-90.5 0zm-47.4 168-144 144c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l144-144c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"/></svg></span> <strong>Note:</strong> This option is enabled by default in OpenJ9 on Java 11 and later. In the earlier versions, this option is disabled by default.</td>
</tr>
<tr>
<td><img alt="Start of content that applies to Java 16 plus" src="../cr/java16plus.png" /> <a href="../xxdiagnosesynconvaluebasedclasses/"><code>-XX:DiagnoseSyncOnValueBasedClasses=&lt;number&gt;</code></a></td>
<td>Configure warnings for value-based classes.</td>
</tr>
<tr>
<td><a href="../xxdisableexplicitgc/"><code>-XX:[+|-]DisableExplicitGC</code></a></td>
<td>Enables/disables explicit <code>System.gc()</code> calls. (Alias for <a href="../xenableexplicitgc/"><code>-Xdisableexplicitgc</code> / <code>-Xenableexplicitgc</code></a>)</td>
<td>Enables or disables explicit <code>System.gc()</code> calls. (Alias for <a href="../xenableexplicitgc/"><code>-Xdisableexplicitgc</code> / <code>-Xenableexplicitgc</code></a>)</td>
</tr>
<tr>
<td><a href="../xxexitonoutofmemoryerror/"><code>-XX:[+|-]ExitOnOutOfMemoryError</code></a></td>
<td>Triggers VM shutdown on out-of-memory conditions.</td>
</tr>
<tr>
<td><a href="../xxheapdumponoutofmemory/"><code>-XX:[+|-]HeapDumpOnOutOfMemory</code></a></td>
<td>Enables/disables dumps on out-of-memory conditions.</td>
<td>Enables or disables dumps on out-of-memory conditions.</td>
</tr>
<tr>
<td><a href="../xxheapdumppath/"><code>-XX:HeapDumpPath</code></a></td>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit e2ae7c4

Please sign in to comment.