-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0, 1.4.1, 1.4.2
-
b42
-
generic, x86, sparc
-
generic, linux, linux_redhat_6.1, solaris_7, solaris_8
A BufferedInputStream can be closed by one thread even though another thread is in the synchronized read method. This can cause NullPointerExceptions in the read method when in gets set to null by another thread.
- duplicates
-
JDK-4725210 TEST_BUG: REG-TESTS: com/sun/jdi/SDENullTest.java intermittently fails
- Closed
-
JDK-4505257 Race can lead to NullPointerException in BufferedInputStream.close()
- Closed
-
JDK-4684430 NullPtr when BufferedInputStream is read after Process.destroy() on Linux RH 6.2
- Closed
- relates to
-
JDK-4931417 Regression test com/sun/jdi/ConnectedVMs.java fails
- Closed
-
JDK-5093273 FilterInputStream contains unnecessary volatile: performance hit on SMP machines
- Closed