[jdk11u-dev] RFR: 8293166: jdk/jfr/jvm/TestDumpOnCrash.java fails on Linux ppc64le and Linux aarch64
Ralf Schmelter
rschmelter at openjdk.org
Mon Oct 30 12:10:49 UTC 2023
Hi,
This is a backport of JDK-8293166: jdk/jfr/jvm/TestDumpOnCrash.java fails on Linux ppc64le and Linux aarch64
Original patch does not apply cleanly to 11u, because the parameters were added
via a List in the original code, but via an array in the JDK 11 code.
Testing: tier1-4 on all platforms with no problems.
Thanks,
-Ralf
-------------
Commit messages:
- Downported JDK-8293166
Changes: https://git.openjdk.org/jdk11u-dev/pull/2238/files
Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2238&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8293166
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/2238.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/2238/head:pull/2238
PR: https://git.openjdk.org/jdk11u-dev/pull/2238
More information about the jdk-updates-dev
mailing list