<Sound Dev> [11] Review Request: 8204454 Remove of sun.applet.AppletAudioClip
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Sat Jun 9 22:49:17 UTC 2018
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.
--
Best regards, Sergey.
More information about the sound-dev
mailing list