Loading... (original) (raw)
- Type:
Enhancement
- Resolution: Fixed
- Priority:
P4
- Fix Version/s: 11
- Affects Version/s: 11
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
JDK-8200255 Remove G1CMTask::_concurrent
- Resolved
is blocked by
JDK-8151171 Bring g1ConcurrentMark files up to current coding conventions
- Resolved