File: jtreg-ConstructDeflaterInput-fix.patch

package info (click to toggle)
openjdk-6 6b27-1.12.6-1~deb6u1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze-proposed-updates
  • size: 133,540 kB
  • ctags: 37,146
  • sloc: java: 173,188; cpp: 13,710; asm: 6,470; ansic: 4,827; sh: 4,156; makefile: 4,149; perl: 1,005; python: 310
file content (10 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
--- openjdk.orig/jdk/test/java/util/zip/ConstructDeflaterInput_original.java	2011-07-05 20:36:25.000000000 +0200
+++ openjdk/jdk/test/java/util/zip/ConstructDeflaterInput.java	2011-07-11 15:35:00.000000000 +0200
@@ -25,6 +25,7 @@
  * @test
  * @bug 4679743
  * @summary Test parts of DeflaterInputStream code that don't really do I/O.
+ * @run main/othervm ConstructDeflaterInput
  */
 
 import java.io.*;