mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8204565: (spec) Document java.{vm.}?specification.version system properties' relation to $FEATURE
Reviewed-by: mchung
This commit is contained in:
parent
4ad2957dd0
commit
ea01772a00
3 changed files with 18 additions and 13 deletions
|
@ -607,8 +607,9 @@ public final class System {
|
|||
* <tr><th scope="row">{@code java.home}</th>
|
||||
* <td>Java installation directory</td></tr>
|
||||
* <tr><th scope="row">{@code java.vm.specification.version}</th>
|
||||
* <td>Java Virtual Machine specification version which may be
|
||||
* interpreted as a {@link Runtime.Version}</td></tr>
|
||||
* <td>Java Virtual Machine specification version, whose value is the
|
||||
* {@linkplain Runtime.Version#feature feature} element of the
|
||||
* {@linkplain Runtime#version() runtime version}</td></tr>
|
||||
* <tr><th scope="row">{@code java.vm.specification.vendor}</th>
|
||||
* <td>Java Virtual Machine specification vendor</td></tr>
|
||||
* <tr><th scope="row">{@code java.vm.specification.name}</th>
|
||||
|
@ -621,8 +622,9 @@ public final class System {
|
|||
* <tr><th scope="row">{@code java.vm.name}</th>
|
||||
* <td>Java Virtual Machine implementation name</td></tr>
|
||||
* <tr><th scope="row">{@code java.specification.version}</th>
|
||||
* <td>Java Runtime Environment specification version which may be
|
||||
* interpreted as a {@link Runtime.Version}</td></tr>
|
||||
* <td>Java Runtime Environment specification version, whose value is
|
||||
* the {@linkplain Runtime.Version#feature feature} element of the
|
||||
* {@linkplain Runtime#version() runtime version}</td></tr>
|
||||
* <tr><th scope="row">{@code java.specification.vendor}</th>
|
||||
* <td>Java Runtime Environment specification vendor</td></tr>
|
||||
* <tr><th scope="row">{@code java.specification.name}</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue