| Other |
|---|
| tbdUnresolved |
|
Relates :
|
|
|
Relates :
|
During initialization of the CMTask G1 resets the stats table, effectively pre-touching it. This sometimes shows up in startup profiles, so maybe by not doing it at startup we avoid some pre-touching of that area, but at least avoid doing the work. The tables will be reset during mark start anyways. See also JDK-8367993
|