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

Justin Lu jlu at openjdk.org
Fri Feb 24 22:01:08 UTC 2023


On Fri, 24 Feb 2023 21:47:12 GMT, Christoph Langer <clanger at openjdk.org> wrote:

>> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Backported change should reflect original commit's copyright year
>
> 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.

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

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


More information about the jdk-updates-dev mailing list