RFR: 8330049: Remove unused AbstractLinker::linkerByteOrder
Maurizio Cimadamore
mcimadamore at openjdk.org
Wed Apr 10 16:00:12 UTC 2024
On Wed, 10 Apr 2024 15:38:22 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
> 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`.
Looks good
-------------
Marked as reviewed by mcimadamore (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/18726#pullrequestreview-1992115409
More information about the core-libs-dev
mailing list