<Sound Dev> [11] Review Request: 8204454 Remove of sun.applet.AppletAudioClip
Phil Race
philip.race at oracle.com
Tue Jun 12 17:28:15 UTC 2018
+1
-phil.
On 06/09/2018 03:49 PM, Sergey Bylokhov wrote:
> Hello, Audio Guru.
>
> Please review the fix for jdk11.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8204454
> Webrev: http://cr.openjdk.java.net/~serb/8204454/webrev.00
>
> The sun.applet.AppletAudioClip class is a part of implementation of
> Applet API related to JavaSound. Long time ago this class was only one
> implementation of java.applet.AudioClip, but currently it is just a
> wrapper on top of com.sun.media.sound.JavaSoundAudioClip.
>
> As part of the effort to drop "sun.applet" package it is possible to
> remove AppletAudioClip, and replace its usage by JavaSoundAudioClip.
>
> The only difference between AppletAudioClip and JavaSoundAudioClip is
> that AppletAudioClip ignores all possible exceptions, this is why I
> have updated implementation of JavaSoundAudioClip to do the same.
>
>
More information about the sound-dev
mailing list