RFR: 8374727: Audio configuration Platform class - use nio for getting endianness of the underlying platform [v2]
Phil Race
prr at openjdk.org
Fri Jan 9 17:03:30 UTC 2026
On Fri, 9 Jan 2026 11:42:51 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
>> Currently Platform.java from the audio coding uses its own native code to get the endianness info of the underlying hardware it runs on.
>> See https://github.com/openjdk/jdk/blob/da14813a5bdadaf0a1f81fa57ff6e1b103eaf113/src/java.desktop/share/classes/com/sun/media/sound/Platform.java#L86
>> But we can reuse existing Java JDK code e.g. from nio.
>
> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>
> Simplify isBigEndian
Marked as reviewed by prr (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/29113#pullrequestreview-3644796521
More information about the client-libs-dev
mailing list