-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
5.0
-
x86
-
solaris_10
Platform Solaris10 x86
JDK j2sdk1.5.0 b32
Locale ja
XMLSaveLoadBasher.java throws runtime exception.
java.lang.RuntimeException: Properties load and save failed
at XMLSaveLoadBasher.testSaveLoad(XMLSaveLoadBasher.java:85)
at XMLSaveLoadBasher.main(XMLSaveLoadBasher.java:19)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:494)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:566)
The whole output file is attached.
I've tested the same test on b31 and saw no failure reproduced.
How to reproduke;
1. Get the test at;
/java/re/jdk/1.5.0/promoted/all/b32/ws/j2se/test/java/util/Properties/XMLSaveLoadBasher.java
2. Compile and run the test using tiger b32.
###@###.### 2003-12-24
JDK j2sdk1.5.0 b32
Locale ja
XMLSaveLoadBasher.java throws runtime exception.
java.lang.RuntimeException: Properties load and save failed
at XMLSaveLoadBasher.testSaveLoad(XMLSaveLoadBasher.java:85)
at XMLSaveLoadBasher.main(XMLSaveLoadBasher.java:19)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:494)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:566)
The whole output file is attached.
I've tested the same test on b31 and saw no failure reproduced.
How to reproduke;
1. Get the test at;
/java/re/jdk/1.5.0/promoted/all/b32/ws/j2se/test/java/util/Properties/XMLSaveLoadBasher.java
2. Compile and run the test using tiger b32.
###@###.### 2003-12-24
- duplicates
-
JDK-4970868 java.util.Properties.{loadFrom,storeTo}FromXML fails for KOI8-R encoding
- Closed