--- old/test/runtime/ClassUnload/KeepAliveClassLoader.java 2014-05-13 14:31:04.689841513 +0400 +++ new/test/runtime/ClassUnload/KeepAliveClassLoader.java 2014-05-13 14:31:04.573839473 +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 @@ -28,8 +28,7 @@ * @library classes * @build KeepAliveClassLoader test.Empty * @build ClassUnloadCommon - * @run main ClassFileInstaller sun.hotspot.WhiteBox - * @run main/othervm -Xbootclasspath/a:. -Xmn8m -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI KeepAliveClassLoader + * @run main/othervm/bootclasspath -Xmn8m -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI KeepAliveClassLoader */ import sun.hotspot.WhiteBox;