Open
Description
- We should add comments (merely copying from the old MMTk would be fine)
-
LongCounter
should be private.Timer
is public. - Clarify 'phase' - it is not the scheduler phase. It is about gc/mutator. However, we do not want to make assumption that those two are mutually exclusive (concurrent GC).
- Consolidate
WorkerLocalStats
withstats
. - Possibly remove lock for each
Counter
.