--- old/test/testlibrary/ctw/test/JarsTest.java 2014-05-13 14:31:20.270115600 +0400 +++ new/test/testlibrary/ctw/test/JarsTest.java 2014-05-13 14:31:20.146113419 +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 JarsTest Foo Bar - * @run main ClassFileInstaller sun.hotspot.WhiteBox Foo Bar + * @run main ClassFileInstaller Foo Bar * @run main JarsTest prepare - * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Dsun.hotspot.tools.ctw.logfile=ctw.log sun.hotspot.tools.ctw.CompileTheWorld foo.jar bar.jar + * @run main/othervm/bootclasspath -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Dsun.hotspot.tools.ctw.logfile=ctw.log sun.hotspot.tools.ctw.CompileTheWorld foo.jar bar.jar * @run main JarsTest check ctw.log * @summary testing of CompileTheWorld :: jars * @author igor.ignatyev@oracle.com