This is related to bug 4637504 (java.lang.Process does not clean up
file resources) which is a regression bug .
. The test case attached for bug 4637504 fails on Itanium XP machine with the
following output .
----------------------------------------------------
745
746
747
748
749
Exception in thread "main" java.io.IOException: Bad file descriptor
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(FileInputStream.java:174)
at Test.main(Test.java:10)
-------------------------------------------------------------
This passes on all the remaining Windows platforms as well as Solaris/Linux platforms.
For reproducing this bug , use the program attached for bug 4637504 .
- relates to
-
JDK-4637504 (process) REGRESSION: java.lang.Process does not clean up file resources
- Closed
-
JDK-4703298 LIN64: java process is killed while allocating all memory
- Closed