8295071: Spec Clarification : ClassFileFormatVersion: System property java.class.version | Java class format version number

Reviewed-by: iris, alanb, rriggs
This commit is contained in:
Joe Darcy 2023-06-06 18:33:42 +00:00
parent 571fbdc311
commit d82436e4e3
2 changed files with 31 additions and 21 deletions

View file

@ -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>