@@ -732,6 +732,9 @@ public static native void arraycopy(Object src, int srcPos,
732
732
* <td>Java Runtime Environment specification version, whose value is
733
733
* the {@linkplain Runtime.Version#feature feature} element of the
734
734
* {@linkplain Runtime#version() runtime version}</td></tr>
735
+ * <tr><th scope="row">{@systemProperty java.specification.maintenance.version}</th>
736
+ * <td>Java Runtime Environment specification maintenance version,
737
+ * may be interpreted as a positive integer <em>(optional, see below)</em></td></tr>
735
738
* <tr><th scope="row">{@systemProperty java.specification.vendor}</th>
736
739
* <td>Java Runtime Environment specification vendor</td></tr>
737
740
* <tr><th scope="row">{@systemProperty java.specification.name}</th>
@@ -779,6 +782,16 @@ public static native void arraycopy(Object src, int srcPos,
779
782
* </tbody>
780
783
* </table>
781
784
* <p>
785
+ * The {@code java.specification.maintenance.version} property is
786
+ * defined if the specification implemented by this runtime at the
787
+ * time of its construction had undergone a <a
788
+ * href="https://jcp.org/en/procedures/jcp2#3.6.4">maintenance
789
+ * release</a>. When defined, its value identifies that
790
+ * maintenance release. To indicate the first maintenance release
791
+ * this property will have the value {@code "1"}, to indicate the
792
+ * second maintenance release this property will have the value
793
+ * {@code "2"}, and so on.
794
+ * <p>
782
795
* Multiple paths in a system property value are separated by the path
783
796
* separator character of the platform.
784
797
* <p>
0 commit comments