RFR: 8330049: Remove unused AbstractLinker::linkerByteOrder
Jorn Vernee
jvernee at openjdk.org
Wed Apr 10 15:42:18 UTC 2024
Please review this simple cleanup which removes the `AbstractLinker::linkerByteOrder` method. It was only used in `AixPPC64Linker`, where we know it will always return `ByteOrder.BIG_ENDIAN` so we can just replace the call with that.
Testing: Local run of `run-test-jdk_foreign`.
-------------
Commit messages:
- Remove unused AbstractLinker::linkerByteOrder
Changes: https://git.openjdk.org/jdk/pull/18726/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18726&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8330049
Stats: 59 lines in 12 files changed: 0 ins; 58 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/18726.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18726/head:pull/18726
PR: https://git.openjdk.org/jdk/pull/18726
More information about the core-libs-dev
mailing list