--- old/src/java.desktop/share/classes/com/sun/media/sound/AbstractMidiDeviceProvider.java 2016-08-12 17:01:20.000000000 +0300 +++ new/src/java.desktop/share/classes/com/sun/media/sound/AbstractMidiDeviceProvider.java 2016-08-12 17:01:20.000000000 +0300 @@ -52,7 +52,6 @@ // also for memory's sake, do not initialize the arrays here } - final synchronized void readDeviceInfos() { Info[] infos = getInfoCache(); MidiDevice[] devices = getDeviceCache(); @@ -148,10 +147,6 @@ throw MidiUtils.unsupportedDevice(info); } - - // INNER CLASSES - - /** * Info class for MidiDevices. Adds an index value for * making native references to a particular device. @@ -182,9 +177,6 @@ } // class Info - - // ABSTRACT METHODS - abstract int getNumDevices(); abstract MidiDevice[] getDeviceCache(); abstract void setDeviceCache(MidiDevice[] devices);