diff -r 378aa3362868 -r 320a714614e9 jdk/test/tools/pack200/Pack200Test.java --- 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 jarList = new ArrayList(); 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() {}