8234905: [test] TestElfDirectRead fails on ARM32 due to missing call stack information
christoph.goettschkes at microdoc.com
christoph.goettschkes at microdoc.com
Wed Dec 4 10:15:46 UTC 2019
Hi,
I would like to add the test TestElfDirectRead to the ProblemsList (see
[1]), because it is failing on 32-bit ARM. The bug report [2] describes
why the test is failing and I currently don't see a trivial way to solve
this issue. The issue is, that on ARM32 in thumb mode, HotSpot can not
retrieve stack frames and hence, the reporting used in the test looks
different from the reporting on other platforms.
Do I need to create a new JBS issue for the change to the problems list,
so the original bug stays open? Please advice.
Thanks,
Christoph
[1]
https://cr.openjdk.java.net/~cgo/8234905/webrev.00
[2]
https://bugs.openjdk.java.net/browse/JDK-8234905
More information about the hotspot-runtime-dev
mailing list