Integrated: 8330049: Remove unused AbstractLinker::linkerByteOrder
Jorn Vernee
jvernee at openjdk.org
Thu Apr 11 20:56:45 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`.
This pull request has now been integrated.
Changeset: 0db42906
Author: Jorn Vernee <jvernee at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/0db42906e390a98b3a6be078f1b8c3f2a03a838f
Stats: 69 lines in 12 files changed: 0 ins; 58 del; 11 mod
8330049: Remove unused AbstractLinker::linkerByteOrder
Reviewed-by: mcimadamore
-------------
PR: https://git.openjdk.org/jdk/pull/18726
More information about the core-libs-dev
mailing list