--- old/src/java.xml/share/classes/com/sun/xml/internal/stream/util/BufferAllocator.java 2017-12-21 15:37:01.411801215 -0800 +++ new/src/java.xml/share/classes/com/sun/xml/internal/stream/util/BufferAllocator.java 2017-12-21 15:37:00.588720856 -0800 @@ -31,8 +31,8 @@ * Buffer allocator for buffers of sizes 128 B, 2 KB and 8 KB. Includes * methods for allocating and freeing buffers. * - * @author Binu.John@sun.com - * @author Santiago.PericasGeertsen@sun.com + * @author Binu John + * @author Santiago PericasGeertsen */ public class BufferAllocator { private static final int SMALL_SIZE_LIMIT = 128;