<Sound Dev> [9] Review Request: 8059743 Incorrect assumption in javax\sound\midi\Gervill\SoftProvider\GetDevice.java
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Mon Aug 17 15:30:44 UTC 2015
Hello.
Please review the fix for jdk9.
This test assume that null should be returned in case of unsupported
Info, but exception should be thrown instead[1].
In the fix I remove this assumption from this test and create a new one
which checks that in case of FakeInfo all our MidiDeviceProviders throw
a correct exception.
Bug: https://bugs.openjdk.java.net/browse/JDK-8059743
Webrev can be found at: http://cr.openjdk.java.net/~serb/8059743/webrev.00
[1] https://bugs.openjdk.java.net/browse/JDK-8058115
--
Best regards, Sergey.
More information about the sound-dev
mailing list