``` jlong ZCollectedHeap::millis_since_last_gc() { return ZStatCycle::time_since_last() / MILLIUNITS; } ``` `time_since_last()` returns the number in seconds, so the conversion should use `*`.