| JDK 11 | JDK 17 | JDK 18 | 
|---|---|---|
| 11.0.18-oracleFixed | 17.0.6-oracleFixed | 18 b09Fixed | 
| Relates :   | |
| Relates :   | |
| Relates :   | |
| Relates :   | |
| Relates :   | |
| Relates :   | 
C1 has its own code generators for zeroing words. We should rip them out and use MacroAssembler::zero words which was written for C2. It's shorter and faster and there's less code to maintain.
| 
 |