mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8197927: Allow the system property java.vendor.version
to be undefined
Reviewed-by: lancea, mchung, clanger
This commit is contained in:
parent
df9ad2af75
commit
332d079057
1 changed files with 4 additions and 3 deletions
|
@ -618,8 +618,9 @@ public final class System {
|
|||
* {@link #getProperty(String)} method is returned as a
|
||||
* {@code Properties} object. If there is no current set of
|
||||
* system properties, a set of system properties is first created and
|
||||
* initialized. This set of system properties always includes values
|
||||
* for the following keys:
|
||||
* initialized. This set of system properties includes a value
|
||||
* for each of the following keys unless the description of the associated
|
||||
* value indicates that the value is optional.
|
||||
* <table class="striped" style="text-align:left">
|
||||
* <caption style="display:none">Shows property keys and associated values</caption>
|
||||
* <thead>
|
||||
|
@ -639,7 +640,7 @@ public final class System {
|
|||
* <tr><th scope="row">{@systemProperty java.vendor.url}</th>
|
||||
* <td>Java vendor URL</td></tr>
|
||||
* <tr><th scope="row">{@systemProperty java.vendor.version}</th>
|
||||
* <td>Java vendor version</td></tr>
|
||||
* <td>Java vendor version <em>(optional)</em> </td></tr>
|
||||
* <tr><th scope="row">{@systemProperty java.home}</th>
|
||||
* <td>Java installation directory</td></tr>
|
||||
* <tr><th scope="row">{@systemProperty java.vm.specification.version}</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue