--- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/IteratorPool.java 2017-12-20 13:53:04.914664755 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/IteratorPool.java 2017-12-20 13:53:03.789554932 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -29,6 +28,7 @@ /** * Pool of object of a given type to pick from to help memory usage * @xsl.usage internal + * @LastModified: Oct 2017 */ public final class IteratorPool implements java.io.Serializable {