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

Marcus Larsson marcus.larsson at oracle.com
Mon Jan 18 08:05:39 UTC 2016


Hi Bengt,

On 01/15/2016 05:15 PM, 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/

Looks good!

Thanks,
Marcus

> https://bugs.openjdk.java.net/browse/JDK-8147464
>
> 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