--- old/test/testlibrary/ctw/test/ClassesListTest.java 2014-05-13 14:31:18.958092520 +0400 +++ new/test/testlibrary/ctw/test/ClassesListTest.java 2014-05-13 14:31:18.842090479 +0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -26,9 +26,9 @@ * @bug 8012447 * @library /testlibrary /testlibrary/whitebox /testlibrary/ctw/src * @build sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox ClassesListTest Foo Bar - * @run main ClassFileInstaller sun.hotspot.WhiteBox Foo Bar + * @run main ClassFileInstaller Foo Bar * @run main ClassesListTest prepare - * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Dsun.hotspot.tools.ctw.logfile=ctw.log sun.hotspot.tools.ctw.CompileTheWorld classes.lst + * @run main/othervm/bootclasspath/timeout=600 -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Dsun.hotspot.tools.ctw.logfile=ctw.log sun.hotspot.tools.ctw.CompileTheWorld classes.lst * @run main ClassesListTest check ctw.log * @summary testing of CompileTheWorld :: list of classes in file * @author igor.ignatyev@oracle.com