-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
5.0u7
-
x86
-
linux
FULL PRODUCT VERSION :
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
Java HotSpot(TM) Server VM (build 1.5.0_07-b03, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Verified with Fedora Core 3 and CentOS 4.3 on Xeon and Opteron:
Linux fedoraxeon 2.6.12-1.1378_FC3smp #1 SMP Wed Sep 14 04:52:36 EDT 2005 i686 i686 i386 GNU/Linux
Linux centosxeon 2.6.9-34.0.1.ELsmp #1 SMP Wed May 24 08:14:29 CDT 2006 i686 i686 i386 GNU/Linux
Linux centosopteron 2.6.9-34.0.1.ELsmp #1 SMP Wed May 24 05:28:30 CDT 2006 x86_64 x86_64 x86_64 GNU/Linux
A DESCRIPTION OF THE PROBLEM :
Using GZIPInputStream to decompress a 60 MB file takes 5 or 6 times longer with JDK 1.5.0_07-b03 than with 1.5.0_06-b05 on the same machine.
This looks like Bug ID 6348045 which had introduced slowness in 1.5.0_06 builds 03 and 04.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Write a simple java program to decompress a file (previously written with GZIPOutputStream) and compare its performance on the current 1.5.0_07-b03 JDK versus 1.5.0_06-b05.
REPRODUCIBILITY :
This bug can be reproduced always.
Release Regression From : 5.0u6
The above release value was the last known release where this
bug was not reproducible. Since then there has been a regression.
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
Java HotSpot(TM) Server VM (build 1.5.0_07-b03, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Verified with Fedora Core 3 and CentOS 4.3 on Xeon and Opteron:
Linux fedoraxeon 2.6.12-1.1378_FC3smp #1 SMP Wed Sep 14 04:52:36 EDT 2005 i686 i686 i386 GNU/Linux
Linux centosxeon 2.6.9-34.0.1.ELsmp #1 SMP Wed May 24 08:14:29 CDT 2006 i686 i686 i386 GNU/Linux
Linux centosopteron 2.6.9-34.0.1.ELsmp #1 SMP Wed May 24 05:28:30 CDT 2006 x86_64 x86_64 x86_64 GNU/Linux
A DESCRIPTION OF THE PROBLEM :
Using GZIPInputStream to decompress a 60 MB file takes 5 or 6 times longer with JDK 1.5.0_07-b03 than with 1.5.0_06-b05 on the same machine.
This looks like Bug ID 6348045 which had introduced slowness in 1.5.0_06 builds 03 and 04.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Write a simple java program to decompress a file (previously written with GZIPOutputStream) and compare its performance on the current 1.5.0_07-b03 JDK versus 1.5.0_06-b05.
REPRODUCIBILITY :
This bug can be reproduced always.
Release Regression From : 5.0u6
The above release value was the last known release where this
bug was not reproducible. Since then there has been a regression.
- relates to
-
JDK-6348045 REGRESSION: serious performance degradation as GZIPInputStream is slower
- Resolved
-
JDK-6356456 REGRESSION: GZIPInputStream is slower on 1.4.2_10 than on 1.4.2_09
- Closed
-
JDK-6623164 severe performance issues with JDK GZIP classes and object serialization
- Closed
-
JDK-6206933 GZipOutputStream/InputStream goes critical(calls JNI_Get*Critical) and causes slowness
- Resolved