Re: RFR: 8344954: Linker tests fails on BE platforms after JDK-8340205

2024-11-26 Thread Martin Doerr
On Mon, 25 Nov 2024 14:42:14 GMT, Per Minborg wrote: > This PR proposes to fix some tests that fails on big-endian platforms. Thanks for fixing it! - PR Comment: https://git.openjdk.org/jdk/pull/22362#issuecomment-2500784507

Re: RFR: 8344954: Linker tests fails on BE platforms after JDK-8340205

2024-11-25 Thread Amit Kumar
On Mon, 25 Nov 2024 14:42:14 GMT, Per Minborg wrote: > This PR proposes to fix some tests that fails on big-endian platforms. fixes the issue for s390x as well. - Marked as reviewed by amitkumar (Committer). PR Review: https://git.openjdk.org/jdk/pull/22362#pullrequestreview-24602

Re: RFR: 8344954: Linker tests fails on BE platforms after JDK-8340205

2024-11-25 Thread Martin Doerr
On Mon, 25 Nov 2024 14:42:14 GMT, Per Minborg wrote: > This PR proposes to fix some tests that fails on big-endian platforms. This fixes the test failures on AIX. - Marked as reviewed by mdoerr (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/22362#pullrequestreview-2458985

RFR: 8344954: Linker tests fails on BE platforms after JDK-8340205

2024-11-25 Thread Per Minborg
This PR proposes to fix some tests that fails on big-endian platforms. - Commit messages: - Fix failing tests Changes: https://git.openjdk.org/jdk/pull/22362/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22362&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8344954