-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
5.0
-
x86
-
windows_2003
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) Client VM (build 1.5.0_07-b03, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 5.2.3790]
A DESCRIPTION OF THE PROBLEM :
See bug 6236036 for details. Also bug 6457123 which has a number of comments from people including myself regarding the fact that this bug is causing production systems to crash.
In essence the bug is with LinkedBlockqingQueue, poll()s which timeout create objects that are not released; a large number of timeouts without anything being added to the queue will eventually use all available heap memory causing an OutOfMemoryError
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
See bugs 6236036 and 6457123
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
See bugs 6236036 and 6457123
ACTUAL -
See bugs 6236036 and 6457123
ERROR MESSAGES/STACK TRACES THAT OCCUR :
See bugs 6236036 and 6457123
REPRODUCIBILITY :
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
See bugs 6236036 and 6457123
---------- END SOURCE ----------
CUSTOMER SUBMITTED WORKAROUND :
Upgrade to Java 6 but as I need to install into a production environment and Java 6 is still only at RC level this is not really a viable option.
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
Java HotSpot(TM) Client VM (build 1.5.0_07-b03, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 5.2.3790]
A DESCRIPTION OF THE PROBLEM :
See bug 6236036 for details. Also bug 6457123 which has a number of comments from people including myself regarding the fact that this bug is causing production systems to crash.
In essence the bug is with LinkedBlockqingQueue, poll()s which timeout create objects that are not released; a large number of timeouts without anything being added to the queue will eventually use all available heap memory causing an OutOfMemoryError
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
See bugs 6236036 and 6457123
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
See bugs 6236036 and 6457123
ACTUAL -
See bugs 6236036 and 6457123
ERROR MESSAGES/STACK TRACES THAT OCCUR :
See bugs 6236036 and 6457123
REPRODUCIBILITY :
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
See bugs 6236036 and 6457123
---------- END SOURCE ----------
CUSTOMER SUBMITTED WORKAROUND :
Upgrade to Java 6 but as I need to install into a production environment and Java 6 is still only at RC level this is not really a viable option.
- duplicates
-
JDK-6460501 Synchronizer timed acquire still leaks memory
-
- Closed
-
- relates to
-
JDK-6457123 timeouts cause garbage retention in java.util.concurrent lock classes
-
- Closed
-
-
JDK-6236036 Timeouts can cause garbage retention in lock classes
-
- Resolved
-