-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 21, 23
-
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
-