-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 8-shenandoah, 11-shenandoah, 12, 13
-
Component/s: hotspot
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8219670 | 12.0.2 | Roman Kennke | P2 | Closed | Fixed | b01 |
When called from C2, in ShenandoahBarrierSetAssembler::cmpxchg_oop() the result register may overlap with other input argument registers and thus fail the leading assert, and lead to clobbered registers. In the body of the code block, a temporary register should be used instead, and result should only get filled in at the end.
- backported by
-
JDK-8219670 Shenandoah: AArch64: Clobbered register in ShenandoahBarrierSetAssembler::cmpxchg_oop()
-
- Closed
-
- relates to
-
JDK-8217016 Shenandoah: Streamline generation of CAS barriers
-
- Resolved
-