mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8295071: Spec Clarification : ClassFileFormatVersion: System property java.class.version | Java class format version number
Reviewed-by: iris, alanb, rriggs
This commit is contained in:
parent
571fbdc311
commit
d82436e4e3
2 changed files with 31 additions and 21 deletions
|
@ -753,7 +753,10 @@ public final class System {
|
|||
* <tr><th scope="row">{@systemProperty java.specification.name}</th>
|
||||
* <td>Java Runtime Environment specification name</td></tr>
|
||||
* <tr><th scope="row">{@systemProperty java.class.version}</th>
|
||||
* <td>Java class format version number</td></tr>
|
||||
* <td>{@linkplain java.lang.reflect.ClassFileFormatVersion#latest() Latest}
|
||||
* Java class file format version recognized by the Java runtime as {@code "MAJOR.MINOR"}
|
||||
* where {@link java.lang.reflect.ClassFileFormatVersion#major() MAJOR} and {@code MINOR}
|
||||
* are both formatted as decimal integers</td></tr>
|
||||
* <tr><th scope="row">{@systemProperty java.class.path}</th>
|
||||
* <td>Java class path (refer to
|
||||
* {@link ClassLoader#getSystemClassLoader()} for details)</td></tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue