On Thu, 23 Feb 2023 18:27:53 GMT, Mandy Chung <[email protected]> wrote:
>> Ian Graves has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Tweaking properties
>
> src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/DefaultCompressPlugin.java
> line 96:
>
>> 94: switch (level) {
>> 95: case LEVEL_0:
>> 96: System.err.println(getMessage("warn.prefix") + " " +
>
> Suggestion:
>
>
> System.err.println(getMessage("compress.warn.argumentdeprecated", level));
>
>
> It can be simpler to out the warning prefix in the message. Same for line
> 102 and 107.
That works for me.
-------------
PR: https://git.openjdk.org/jdk/pull/11617