Loading... (original) (raw)

The g1ConcurrentMark files have accumulated lots of cruft over the years. Try to improve the code quality by e.g.

- remove redundant methods
- factor out verification code during Remark and Cleanup
- put verification code during Remark and Cleanup within the pause timing measurements
- simplify code

blocks

Enhancement - null JDK-8200255 Remove G1CMTask::_concurrent

is blocked by

Enhancement - null JDK-8151171 Bring g1ConcurrentMark files up to current coding conventions