On Wed, 10 Apr 2024 15:38:22 GMT, Jorn Vernee <jver...@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 <jver...@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