| JDK 21 | JDK 22 | 
|---|---|
| 21.0.4-oracleFixed | 22 b17Fixed | 
| 
 Duplicate :   
 | 
|
| 
 Relates :   
 | 
|
| 
 Relates :   
 | 
The nmethodBucket class has a _count member that has once been added to implement a refcount to check for mismatched add/remove calls (I believe). However, currently that count is never decreased due to changes in removal, so it and its uses are dead code. Remove.
  |