-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8270281 | 11.0.13-oracle | Dukebot | P4 | Resolved | Fixed | b02 |
JDK-8228876 | 11.0.5 | Erik Österlund | P4 | Resolved | Fixed | b02 |
In an effort to scan more root sets concurrently, we need to support IN_NATIVE oops not being fixed up in safepoints. Both the ZBarrierSetAssembler, ZBarrierSetC1 and ZBarrierSetC2 already have IN_NATIVE load barriers on for all strong oops. However, ZBarrierSet does not yet enable it. I propose to enable it so we can scan more things concurrently.
- backported by
-
JDK-8228876 ZGC: Enable load barriers for IN_NATIVE runtime barriers
- Resolved
-
JDK-8270281 ZGC: Enable load barriers for IN_NATIVE runtime barriers
- Resolved
- blocks
-
JDK-8215451 JNI IsSameObject should not keep objects alive
- Resolved
- relates to
-
JDK-8212992 Change mirror accessor in Klass::verify_on() to use AS_NO_KEEPALIVE
- Resolved