--- old/test/gc/arguments/TestMaxHeapSizeTools.java 2014-05-13 14:30:59.797755452 +0400 +++ new/test/gc/arguments/TestMaxHeapSizeTools.java 2014-05-13 14:30:59.693753623 +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 @@ -154,7 +154,7 @@ ArrayList finalargs = new ArrayList(); String[] whiteboxOpts = new String[] { - "-Xbootclasspath/a:.", + "-Xbootclasspath/a:" + System.getProperty("test.classes"), "-XX:+UnlockDiagnosticVMOptions", "-XX:+WhiteBoxAPI", "-cp", System.getProperty("java.class.path"), };