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.

Reply via email to