-
Bug
-
Resolution: Fixed
-
P3
-
10, 11, 12
-
b24
-
aarch64
According to specification, all loads and stores treats register number 31 as sp for base addressing register. Current hotspot encoding for exclusive and atomic load/stores can't accept sp as base addressing register and leads to assert. There is no such usage in hotspot so far, but adding new code with such usage is blocked.