Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206807 | 12 | Stefan Karlsson | P4 | Resolved | Fixed | team |
JDK-8206584 | 11.0.1 | Stefan Karlsson | P4 | Resolved | Fixed | b01 |
oop_iterate_no_header is a convenience function that allows the developer to pass down OopClosures, instead of OopIterateClosures, to the oop_iterate machinery.
I propose that we replace the few usages by changing the closure's super type to BasicOopIterateClosure and then chance the calls to oop_iterate.
I propose that we replace the few usages by changing the closure's super type to BasicOopIterateClosure and then chance the calls to oop_iterate.
- backported by
-
JDK-8206584 Use oop_iterate instead of oop_iterate_no_header
- Resolved
-
JDK-8206807 Use oop_iterate instead of oop_iterate_no_header
- Resolved