RFR (XS) JDK-8164482,[REDO] G1 does not implement millis_since_last_gc which is needed by RMI GC

Thomas Schatzl thomas.schatzl at oracle.com
Mon Sep 5 11:13:45 UTC 2016


Hi,

On Fri, 2016-09-02 at 09:40 -0400, Joseph Provino wrote:
> Please review this small change.
> JDK-8164482 [REDO] G1 does not implement millis_since_last_gc which
> is needed by RMI GC
> webrev:  http://cr.openjdk.java.net/~jprovino/8164482/webrev.00


  looks good.

Can you file an enhancement that lets all collectors track the time of
the last gc with full precision, i.e. doing the division by
NONSECS_PER_MILLISEC only once before returning the value from
millis_since_last_gc()?

Thanks,
  Thomas




More information about the hotspot-gc-dev mailing list