RFR(xs) 8186988: use log_warning() and log_error() instead of tty->print_cr for CDS warning and error messages

Thomas Stüfe thomas.stuefe at gmail.com
Wed Sep 11 17:41:44 UTC 2019


Hi Calvin,

looks okay. This will cause the messages to be printed with UL decorations,
right? Is that okay or could this cause backward compatibility problems?

Cheers, Thomas

On Wed, Sep 11, 2019 at 6:29 PM Calvin Cheung <calvin.cheung at oracle.com>
wrote:

> bug: https://bugs.openjdk.java.net/browse/JDK-8186988
>
> webrev: http://cr.openjdk.java.net/~ccheung/8186988/webrev.00/
>
> Please review this simple change for replacing the use of tty->print_cr
> with log_waring(cds) for CDS warning messages and with log_error(cds)
> for error messages.
>
> Ran tier1 - 3 testing.
>
> thanks,
>
> Calvin
>
>


More information about the hotspot-runtime-dev mailing list