Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8203968 | 11.0.1 | Martin Doerr | P4 | Resolved | Fixed | team |
Most platforms now have moved the logic of MacroAssembler::load/store_heap_oop() into BarrierSetAssembler, and use the AS_RAW decorator to perform raw accesses. The loads and stores go through a shared MacroAssembler::access_load/store_at wrapper.
It would be great if S390 and PPC did the same thing for symmetry.
It would be great if S390 and PPC did the same thing for symmetry.
- backported by
-
JDK-8203968 Create a MacroAssembler::access_load/store_at wrapper for S390 and PPC
-
- Resolved
-