Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205848 | 11.0.1 | Per Liden | P4 | Resolved | Fixed | team |
The comment in ZHeap::object_iterate() saying "Should only be called in a safepoint after mark end" is incorrect and should be removed. It's still true that this should only be called in a safepoint (which the assert below checks), but the part about "after mark end" is not true.
- backported by
-
JDK-8205848 ZGC: Remove incorrect comment in ZHeap::object_iterate()
-
- Resolved
-