-
Bug
-
Resolution: Fixed
-
P4
-
21
-
b09
-
s390x
-
linux
Created on behalf of Amit Kumar.
TestDwarf.java is failing on s390 due to incorrect assumption for the sender frame. After checking whether it is an Interpreted or stub-routine frame, it is assumed that the frame is a native frame in line with z_abi_160. But, this is not the case always with some GCC optimizations. So we need to be more precise while selecting the correct (return) pc.
TestDwarf.java is failing on s390 due to incorrect assumption for the sender frame. After checking whether it is an Interpreted or stub-routine frame, it is assumed that the frame is a native frame in line with z_abi_160. But, this is not the case always with some GCC optimizations. So we need to be more precise while selecting the correct (return) pc.