-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 21
-
Component/s: hotspot
This is specifically for Zero, see https://github.com/openjdk/jdk/pull/12477#issuecomment-1424571609.
Zero loads 4 bytes (int) when the underlying variable is a bool (1 byte). Since Zero is using `__atomic_*`, it should probably just define the appropriate partial specialization for 1 and 2 byte operations.
Zero loads 4 bytes (int) when the underlying variable is a bool (1 byte). Since Zero is using `__atomic_*`, it should probably just define the appropriate partial specialization for 1 and 2 byte operations.