-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 11, 17, 21, 23
-
Component/s: hotspot
-
b26
-
aarch64
-
os_x
When building on macOS aarch64 with ubsan enabled I run into this issue :
ciTypeFlow.hpp:211:62: runtime error: load of value 4294967295, which is not a valid value for type 'ciTypeFlow::Cell'
For some strange reason, I do not see this issue on Linux x86_64; maybe it is aarch64 specific.
ciTypeFlow.hpp:211:62: runtime error: load of value 4294967295, which is not a valid value for type 'ciTypeFlow::Cell'
For some strange reason, I do not see this issue on Linux x86_64; maybe it is aarch64 specific.
- relates to
-
JDK-8347426 Invalid value used for enum Cell in iTypeFlow::StateVector::meet_exception
-
- Resolved
-