In G1MMUTracker, using doubles for storing time stamps and using a time base of seconds for them unecessarily adds overhead and inaccuracies.
Use nanoseconds/jlongs internally for storing times.
Use nanoseconds/jlongs internally for storing times.
- relates to
-
JDK-8165576 Time base of G1 collector should not be seconds stored in doubles
-
- Closed
-