JDK-8059743 : Incorrect assumtion in javax\sound\midi\Gervill\SoftProvider\GetDevice.java
Type:Bug
Component:client-libs
Sub-Component:javax.sound
Priority:P4
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2014-10-06
Updated:2015-11-09
Resolved:2015-08-18
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.
This test assume that null should be returned in case of unsupported Info, but exception should be thrown instead.
javax\sound\midi\Gervill\SoftProvider\GetDevice.java
Comments
Test javax/sound/midi/Gervill/SoftProvider/GetDevice.java fails for 9b36
RULE javax/sound/midi/Gervill/SoftProvider/GetDevice.java Exception java.lang.IllegalArgumentException: MidiDevice a not supported by this provider
06-11-2014
The fix is ������simple, but I have to postpone it until I do not know how these classes will be available in the case of modularity.