JDK-8204454 : Remove of sun.applet.AppletAudioClip
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.sound
  • Affected Version: 11
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2018-06-06
  • Updated: 2018-06-26
  • Resolved: 2018-06-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11
11 b19Fixed
Related Reports
Relates :  
Description
The 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 for com.sun.media.sound.JavaSoundAudioClip.

As part of th effort to drop "sun.applet" package It is possible to remove AppletAudioClip, and replace its usage by JavaSoundAudioClip.
Comments
TO: Assignee. Is it an issue introduced in JDK 11? Please check on 10, 9, 8 and update Affects Version accordingly.
07-06-2018