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

Bengt Rutisson bengt.rutisson at oracle.com
Fri Jan 15 16:15:56 UTC 2016


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

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