master
8266421: Deadlock in Sound System
8285306: Fix typos in java.desktop
8222438: Drop of outdated logging in the com.sun.media.sound package
8271603: Unnecessary Vector usage in java.desktop
8187443: Forest Consolidation: Move files to unified layout
8283608: Refactor 2d, beans classes javadoc to use @throws instead of @exception
8222083: Support of "64-bit IEEE floating point" encoding for the AU file format
8211300: Convert C-style array declarations in JDK client code
8284672: Collapse identical catch branches in java.desktop
8270058: Use Objects.check{Index,FromIndexSize} for java.desktop
8274893: Update java.desktop classes to use try-with-resources
8279673: AudioClip.play doesn't work due to NullPointerException when creating DataPusher
8276794: Change nested classes in java.desktop to static nested classes
8221445: FastSysexMessage constructor crashes MIDI receiption thread
8259522: Apply java.io.Serial annotations in java.desktop
8312535: MidiSystem.getSoundbank() throws unexpected SecurityException
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
8321519: Typo in exception message
8300828: Avoid unnecessary array fill after creation in com.sun.media.sound
8274640: Cleanup unnecessary null comparison before instanceof check in java.desktop
8271456: Avoid looking up standard charsets in "java.desktop" module
8272756: Remove unnecessary explicit initialization of volatile variables in java.desktop
8282578: AIOOBE in javax.sound.sampled.Clip
8304912: Use OperatingSystem enum in java.desktop module
8283190: Improve MIDI processing
8238925: Enhance WAV file playback
8268764: Use Long.hashCode() instead of int-cast where applicable
8273290: Enhance sound handling
8262161: Refactor manual I/O stream copying in java.desktop to use new convenience APIs