jdk/test/tools/pack200/T7007157.java
changeset 18594 b6a3c9f71ac8
parent 7802 74f2ee2b62ba
child 27565 729f9700483a
--- a/jdk/test/tools/pack200/T7007157.java	Tue Jul 02 11:30:31 2013 +0200
+++ b/jdk/test/tools/pack200/T7007157.java	Tue Jul 02 05:28:31 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, 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
@@ -63,5 +63,6 @@
             Utils.close(fos);
             Utils.close(jarFile);
         }
+        Utils.cleanup();
     }
 }