--- old/test/javax/sound/sampled/Clip/OpenNonIntegralNumberOfSampleframes.java 2016-11-02 19:40:47.000000000 +0300 +++ new/test/javax/sound/sampled/Clip/OpenNonIntegralNumberOfSampleframes.java 2016-11-02 19:40:47.000000000 +0300 @@ -97,7 +97,8 @@ System.err.println("af = " + af); System.err.println("bufferSize = " + bufferSize); throw new RuntimeException("Expected exception is not thrown"); - } catch (final LineUnavailableException ignored) { + } catch (IllegalArgumentException + | LineUnavailableException ignored) { // the test is not applicable } }