--- old/src/java.desktop/share/classes/com/sun/media/sound/SoftChannel.java 2018-12-13 12:18:50.089137317 +0000 +++ new/src/java.desktop/share/classes/com/sun/media/sound/SoftChannel.java 2018-12-13 12:18:49.653135113 +0000 @@ -1472,7 +1472,7 @@ } for (int controller : co_midi_nrpn_nrpn.keySet()) nrpnChange(controller, 0); - rpnChange(0, 2 << 7); // Bitch Bend sensitivity + rpnChange(0, 2 << 7); // Pitch Bend sensitivity rpnChange(1, 64 << 7); // Channel fine tunning rpnChange(2, 64 << 7); // Channel Coarse Tuning rpnChange(5, 64); // Modulation Depth, +/- 50 cent --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/BitArray.java 2018-12-13 12:18:51.241143142 +0000 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/BitArray.java 2018-12-13 12:18:50.909141464 +0000 @@ -133,7 +133,7 @@ * This method returns the Nth bit that is set in the bit array. The * current position is cached in the following 4 variables and will * help speed up a sequence of next() call in an index iterator. This - * method is a mess, but it is fast and it works, so don't fuck with it. + * method is a mess, but it is fast and it works, so don't change it. */ private int _pos = Integer.MAX_VALUE; private int _node = 0;