--- old/test/tools/pack200/Pack200Test.java 2014-11-20 16:03:56.017685165 +0000 +++ new/test/tools/pack200/Pack200Test.java 2014-11-20 16:03:55.841673250 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 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 @@ -126,8 +126,7 @@ public static void main(String[] args) throws IOException { // select the jars carefully, adding more jars will increase the // testing time, especially for jprt. - jarList.add(Utils.locateJar("tools.jar")); - jarList.add(Utils.locateJar("rt.jar")); + jarList.add(Utils.createRtJar()); jarList.add(Utils.locateJar("golden.jar")); System.out.println(jarList); doPackUnpack();