Regression test
java\io\OutputStream\WriteParams.java failing on WinNT with JDK1.2FCS-L
LOG:
Successfully completed bounds tests on java.io.FileOutputStream@a2717177
SuccessFully completed null b test on java.io.FileOutputStream@a2717177
java.lang.NullPointerException
at java.io.ObjectOutputStream.writeInternal(ObjectOutputStream.java:1122)
at java.io.ObjectOutputStream.write(ObjectOutputStream.java:1159)
at WriteParams.doTest(Compiled Code)
at WriteParams.main(Compiled Code)
java\io\OutputStream\WriteParams.java failing on WinNT with JDK1.2FCS-L
LOG:
Successfully completed bounds tests on java.io.FileOutputStream@a2717177
SuccessFully completed null b test on java.io.FileOutputStream@a2717177
java.lang.NullPointerException
at java.io.ObjectOutputStream.writeInternal(ObjectOutputStream.java:1122)
at java.io.ObjectOutputStream.write(ObjectOutputStream.java:1159)
at WriteParams.doTest(Compiled Code)
at WriteParams.main(Compiled Code)
- relates to
-
JDK-4207689 java.io.ObjectOutputStream.write(byte[], int, int) throws wrong exception
-
- Resolved
-
-
JDK-1267043 java.io.XXXXOutputStream.write(b,off,len) methods don't work with len
-
- Closed
-
-
JDK-1267039 java.io.XXXXOutputStream.write(b,off,len) works incorrectly with null value of b
-
- Closed
-