RFR: JDK-8145303: Clean up the units for log_gc_footer

Bengt Rutisson bengt.rutisson at oracle.com
Mon Dec 14 09:42:18 UTC 2015


Hi everyone,

Could I have a couple of reviews for this small patch?

http://cr.openjdk.java.net/~brutisso/8145303/webrev.00/
https://bugs.openjdk.java.net/browse/JDK-8145303

The log_gc_footer() method takes one parameter of type double. But it 
should be jlong. It also converts to seconds but farther down the call 
chain we convert to milliseconds.

Thanks,
Bengt



More information about the hotspot-gc-dev mailing list