--- old/test/tools/pack200/TimeStamp.java 2013-08-02 13:14:12.000000000 -0700 +++ new/test/tools/pack200/TimeStamp.java 2013-08-02 13:14:12.000000000 -0700 @@ -88,6 +88,7 @@ unpackNative(packFile, pstFile); verifyJar(goldenFile, pstFile); pstFile.delete(); + Utils.cleanup(); } static void unpackNative(File packFile, File outFile) { @@ -149,7 +150,6 @@ Utils.close(jf1); Utils.close(jf2); } - Utils.cleanup(); if (errors > 0) { throw new RuntimeException("FAIL:" + errors + " error(s) encounted"); }