-
Bug
-
Resolution: Fixed
-
P4
-
11, 13, 14
-
b23
-
arm
-
generic
(issue reported by christoph.goettschkes@microdoc.com)
In the LIRGenerator::volatile_field_store() and LIRGenerator::volatile_field_load(), the target address is calculated by using the function add_large_constant(), which asserts that the given displacement is not 0. But in the implementation of the intrinsic for the Unsafe class, this can actually happen.
In the LIRGenerator::volatile_field_store() and LIRGenerator::volatile_field_load(), the target address is calculated by using the function add_large_constant(), which asserts that the given displacement is not 0. But in the implementation of the intrinsic for the Unsafe class, this can actually happen.