Skip to content

Commit

Permalink
Mention jdk.patched in System class
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa committed Nov 22, 2024
1 parent c635fdc commit a11e266
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/java.base/share/classes/java/lang/System.java
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,9 @@ public static native void arraycopy(Object src, int srcPos,
* <td>The upgrade module path</td></tr>
* <tr><th scope="row">{@systemProperty jdk.module.main}</th>
* <td>The module name of the initial/main module</td></tr>
* <tr><th scope="row">{@systemProperty jdk.patched}</th>
* <td>Set to {@code true} if and only if one or more --patch-module
* options were passed to the launcher. {@code false} otherwise.</td></tr>
* <tr><th scope="row">{@systemProperty jdk.module.main.class}</th>
* <td>The main class name of the initial module</td></tr>
* <tr><th scope="row">{@systemProperty file.encoding}</th>
Expand Down

0 comments on commit a11e266

Please sign in to comment.