-
Bug
-
Resolution: Not an Issue
-
P2
-
None
-
5.0u10
-
generic
-
generic
5u6 is faster than 5u10 if we compare the performance of the GZIPInputStream.
$ java -DLOOPS=1000 -showversion CpuPerformanceInflateBytes
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed mode)
time: 17982
$ java -DLOOPS=1000 -showversion CpuPerformanceInflateBytes
java version "1.5.0_10"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
Java HotSpot(TM) Server VM (build 1.5.0_10-b03, mixed mode)
time: 19582
The microbenchmark is attached to this report.
$ java -DLOOPS=1000 -showversion CpuPerformanceInflateBytes
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed mode)
time: 17982
$ java -DLOOPS=1000 -showversion CpuPerformanceInflateBytes
java version "1.5.0_10"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
Java HotSpot(TM) Server VM (build 1.5.0_10-b03, mixed mode)
time: 19582
The microbenchmark is attached to this report.
- relates to
-
JDK-6364346 GZIPOutputStream is slower on 1.4.2_11-b02 than on 1.4.2_09
-
- Resolved
-
-
JDK-6206933 GZipOutputStream/InputStream goes critical(calls JNI_Get*Critical) and causes slowness
-
- Resolved
-
-
JDK-6507548 REGRESSION: slower performance of GZIPInputStream for 5u10 (multi threaded testcase)
-
- Closed
-