On Fri, 3 Oct 2025 11:42:54 GMT, David Holmes <[email protected]> wrote:

>> Matthias Baesken has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Adjust logging in the build instead of just disabling it
>
> make/autoconf/boot-jdk.m4 line 447:
> 
>> 445:   UTIL_ADD_JVM_ARG_IF_OK([-Duser.language=en 
>> -Duser.country=US],boot_jdk_jvmargs,[$JAVA])
>> 446: 
>> 447:   
>> UTIL_ADD_JVM_ARG_IF_OK([-Xlog:all=warning:stderr],boot_jdk_jvmargs,[$JAVA])
> 
> This is not sufficient you have to disable the warnings on stdout, not just 
> enable them on stderr.

@dholmes-ora So what is a proper command line to enable warnings on stderr but 
disable them on stdout? That is what we're after here, isn't it?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27588#discussion_r2406038950

Reply via email to