--- old/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/ClassPathJarEntry.java 2013-09-28 00:21:39.960087552 +0400 +++ new/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/ClassPathJarEntry.java 2013-09-28 00:21:39.484087571 +0400 @@ -35,7 +35,6 @@ /** * Handler for jar-files containing classes to compile. - * @author igor.ignatyev@oracle.com */ public class ClassPathJarEntry extends PathHandler { --- old/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/ClassesListInFile.java 2013-09-28 00:21:39.956087553 +0400 +++ new/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/ClassesListInFile.java 2013-09-28 00:21:39.476087572 +0400 @@ -32,8 +32,6 @@ /** * Handler for files containing a list of classes to compile. - * - * @author igor.ignatyev@oracle.com */ public class ClassesListInFile extends PathHandler { public ClassesListInFile(Path root, Executor executor) { --- old/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/Utils.java 2013-09-28 00:21:39.944087553 +0400 +++ new/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/Utils.java 2013-09-28 00:21:39.480087572 +0400 @@ -31,8 +31,6 @@ /** * Auxiliary methods. - * - * @author igor.ignatyev@oracle.com */ public class Utils { /** --- old/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/ClassPathJarInDirEntry.java 2013-09-28 00:21:39.996087551 +0400 +++ new/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/ClassPathJarInDirEntry.java 2013-09-28 00:21:39.500087571 +0400 @@ -31,8 +31,6 @@ /** * Handler for dirs containing jar-files with classes to compile. - * - * @author igor.ignatyev@oracle.com */ public class ClassPathJarInDirEntry extends PathHandler { --- old/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/Compiler.java 2013-09-28 00:21:40.160087544 +0400 +++ new/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/Compiler.java 2013-09-28 00:21:39.516087570 +0400 @@ -36,8 +36,6 @@ /** * Provide method to compile whole class. * Also contains compiled methods and classes counters. - * - * @author igor.ignatyev@oracle.com */ public class Compiler { private Compiler() { } --- old/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/CompileTheWorld.java 2013-09-28 00:21:40.232087542 +0400 +++ new/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/CompileTheWorld.java 2013-09-28 00:21:39.684087563 +0400 @@ -32,9 +32,6 @@ import java.util.List; import java.util.concurrent.*; -/** - * @author igor.ignatyev@oracle.com - */ public class CompileTheWorld { /** * Entry point. Compiles classes in {@code args}, or all classes in --- old/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/ClassPathDirEntry.java 2013-09-28 00:21:40.272087540 +0400 +++ new/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/ClassPathDirEntry.java 2013-09-28 00:21:39.760087560 +0400 @@ -36,8 +36,7 @@ import java.nio.file.attribute.*; /** - * * Handler for dirs containing classes to compile. - * @author igor.ignatyev@oracle.com + * Handler for dirs containing classes to compile. */ public class ClassPathDirEntry extends PathHandler { --- old/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/PathHandler.java 2013-09-28 00:21:40.296087539 +0400 +++ new/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/PathHandler.java 2013-09-28 00:21:39.864087556 +0400 @@ -35,10 +35,7 @@ /** * Abstract handler for path. - *

* Concrete subclasses should implement method {@link #process()}. - * - * @author igor.ignatyev@oracle.com */ public abstract class PathHandler { private static final Pattern JAR_IN_DIR_PATTERN