RFR: 8293166: jdk/jfr/jvm/TestDumpOnCrash.java fails on Linux ppc64le and Linux aarch64 [v2]
Ralf Schmelter
rschmelter at openjdk.org
Wed Nov 9 08:50:13 UTC 2022
On Wed, 2 Nov 2022 09:03:25 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> How is this a fix? Surely this test reveals a real bug.
The feature to dump the JFR file during a crash is a best effort feature. It cannot be guaranteed to work ever time. This is why the test case already used 3 attempts. But the timing of the test has been changed , because we parse the dwarf information now. And this almost guarantees that we run into a case where the dump will not work on these platforms, rendering this test almost useless.
-------------
PR: https://git.openjdk.org/jdk/pull/10943
More information about the hotspot-jfr-dev
mailing list