-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 23
-
Component/s: hotspot
-
b14
-
aarch64
It seems like the overwritten register content is never used, so, we currently don't see errors.
There are several solutions:
- Use a fixed register and USE_KILL effect.
- Add a separate temp register.
- Try to use one register less.
- Ignore the bug and check that nothing can go wrong.
In the long term, we can hopefully remove the box when the legacy locking mode is removed.
- relates to
-
JDK-8319801 Recursive lightweight locking: aarch64 implementation
-
- Resolved
-