jdk/test/tools/pack200/Pack200Test.java
changeset 12047 320a714614e9
parent 9734 b33a24d77590
child 15652 edc2e7c83709
--- a/jdk/test/tools/pack200/Pack200Test.java	Tue Mar 06 10:25:45 2012 +0800
+++ b/jdk/test/tools/pack200/Pack200Test.java	Tue Mar 06 20:34:38 2012 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2007, 2012, 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
@@ -46,7 +46,7 @@
     private static ArrayList <File> jarList = new ArrayList<File>();
     static final MemoryMXBean mmxbean = ManagementFactory.getMemoryMXBean();
     static final long m0 = getUsedMemory();
-    static final int LEAK_TOLERANCE = 20000; // OS and GC related variations.
+    static final int LEAK_TOLERANCE = 21000; // OS and GC related variations.
 
     /** Creates a new instance of Pack200Test */
     private Pack200Test() {}