commit | bfbe9f98b52d657e1d4db17726edb9695c644cf8 | [log] [tgz] |
---|---|---|
author | sherman <none@none> | Fri Oct 30 13:01:16 2009 -0700 |
committer | sherman <none@none> | Fri Oct 30 13:01:16 2009 -0700 |
tree | da1035a0b8c60f81f1b1b789a02107a612583ebc | |
parent | 5d65c69345abf5b0018ace7dcf418626b9655c54 [diff] [blame] |
6894950: test/java/util/zip/Bounds.java fails with OoutOfMemoryError Summary: Fixed the boundary check in Deflater.java Reviewed-by: alanb
diff --git a/test/java/util/zip/Bounds.java b/test/java/util/zip/Bounds.java index 281ba28..ede0477 100644 --- a/test/java/util/zip/Bounds.java +++ b/test/java/util/zip/Bounds.java
@@ -22,8 +22,7 @@ */ /* @test - * @bug 4811913 - * @ignore until 6896424 is resolved + * @bug 4811913 6894950 * @summary Test bounds checking in zip package */