RFR: JDK-8147464: Use LogConfiguration::configure_stdout() instead of parse_log_arguments

Stefan Johansson stefan.johansson at oracle.com
Mon Jan 18 08:18:33 UTC 2016


Hi Bengt,

On 2016-01-15 17:15, Bengt Rutisson wrote:
>
> Hi everyone,
>
> Could I have a couple of reviews for this patch to use the new log 
> configuration API that was recently introduced?
>
> http://cr.openjdk.java.net/~brutisso/8147464/webrev.00/
> https://bugs.openjdk.java.net/browse/JDK-8147464
>
Looks good.

Thanks,
Stefan

> When JDK-8145092 was integrated there was no good API for 
> programmatically setting the log configuration and thus the 
> parse_log_arguments() method was used.
>
> Now the LogConfiguration::configure_stdout() method has been added to 
> the UL framework and the GC logging code should be making use of that 
> API instead.
>
> Thanks,
> Bengt




More information about the hotspot-gc-dev mailing list