--- old/test/runtime/memory/ReserveMemory.java 2014-05-13 14:31:13.970004769 +0400 +++ new/test/runtime/memory/ReserveMemory.java 2014-05-13 14:31:13.882003221 +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,7 +28,6 @@ * @summary Make sure reserved (but uncommitted) memory is not accessible * @library /testlibrary /testlibrary/whitebox * @build ReserveMemory - * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ReserveMemory */ @@ -53,7 +52,7 @@ } ProcessBuilder pb = ProcessTools.createJavaProcessBuilder( - "-Xbootclasspath/a:.", + "-Xbootclasspath/a:" + System.getProperty("test.classes"), "-XX:+UnlockDiagnosticVMOptions", "-XX:+WhiteBoxAPI", "-XX:-TransmitErrorReport",