Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226060 | 14 | Per Liden | P4 | Resolved | Fixed | team |
When ZGC is enabled, we skip oop verification in OopMapSet::all_do(). Once JDK-8224675 is integrated, there's no longer any good reason to skip that. As safepoints can't happen between the load and the associated barrier.
- backported by
-
JDK-8226060 ZGC: Don't skip oop verification in OopMapSet::all_do()
- Resolved