[jdk11u-ri] RFR: 8285497: Add system property for Java SE specification maintenance version [v2]

Christoph Langer clanger at openjdk.org
Fri Feb 24 22:16:20 UTC 2023


On Fri, 24 Feb 2023 21:56:02 GMT, Justin Lu <jlu at openjdk.org> wrote:

>> src/java.base/share/native/libjava/System.c line 210:
>> 
>>> 208:             VERSION_SPECIFICATION);
>>> 209:     PUTPROP(props, "java.specification.maintenance.version",
>>> 210:                     "2");
>> 
>> Same here, please check rows above and below.
>
> Thank you for catching that, fixed the indentation for this and your previous comments.

Great, thanks for updating. Looks nice now. 😄

-------------

PR: https://git.openjdk.org/jdk11u-ri/pull/5


More information about the jdk-updates-dev mailing list