-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 25, 26, 27
-
Component/s: client-libs
-
b05
-
generic
-
generic
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8376720 | 26.0.2 | Matthias Baesken | P4 | Resolved | Fixed | master |
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.
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.
- backported by
-
JDK-8376720 Audio configuration Platform class - use nio for getting endianness of the underlying platform
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk26u/c137d111
-
Commit(master)
openjdk/jdk/07403843
-
Review(master)
openjdk/jdk25u-dev/159
-
Review(master)
openjdk/jdk26u/24
-
Review(master)
openjdk/jdk/29113
(1 links to)