--- 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;