jdk/test/tools/pack200/PackTestZip64.java
changeset 28255 ddb0157601ed
parent 22575 0c2768190cf4
child 31725 8d753f6f3faf
--- a/jdk/test/tools/pack200/PackTestZip64.java	Tue Dec 23 12:40:06 2014 -0800
+++ b/jdk/test/tools/pack200/PackTestZip64.java	Mon Dec 29 07:38:54 2014 -0800
@@ -52,7 +52,7 @@
         // make a copy of the test specimen to local directory
         File testFile = new File("tools_java.jar");
         // Add a large number of small files to the golden jar
-        generateLargeJar(testFile, Utils.locateJar("golden.jar"));
+        generateLargeJar(testFile, Utils.getGoldenJar());
 
         List<String> cmdsList = new ArrayList<>();