Such inconsistency can cause some rather odd code, e.g. in `G1ScanCollectionSetRegionClosure`:
```
r->strong_code_roots_do(_pss->closures()->weak_codeblobs());
```
applying the weak closure on strong roots.
Drop the "strong" prefix to reconcile the names of the field and its accessors .
- relates to
-
JDK-8035406 Improve data structure for Code Cache remembered sets
-
- Resolved
-