-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
9
-
None
JDK9 PIT b39
Compiling tz files!
testing!
OLD.getZoneInfoOld()[1]=65306
OLD.getZoneInfoOld()[2]=196
OLD.getZoneInfoOld()[3]=156
OLD.getAvailableIDs()=22341, total=616
OLD.getAliasTable()=14225, total=199
OLD.TotalTZ()=20 (ms)
NEW.getTimeZone()[1]=29708
NEW.getTimeZone()[2]=141
NEW.getTimeZone()[3]=114
NEW.getAvailableIDs()=2709, total=617
NEW.getAliasTable()=4473, total=210
NEW.TotalTZ()=244 (ms)
----------System.err:(13/765)----------
java.lang.RuntimeException: FAILED: availableIds don't match
at TestZoneInfo310.main(TestZoneInfo310.java:158)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: FAILED: availableIds don't match
Compiling tz files!
testing!
OLD.getZoneInfoOld()[1]=65306
OLD.getZoneInfoOld()[2]=196
OLD.getZoneInfoOld()[3]=156
OLD.getAvailableIDs()=22341, total=616
OLD.getAliasTable()=14225, total=199
OLD.TotalTZ()=20 (ms)
NEW.getTimeZone()[1]=29708
NEW.getTimeZone()[2]=141
NEW.getTimeZone()[3]=114
NEW.getAvailableIDs()=2709, total=617
NEW.getAliasTable()=4473, total=210
NEW.TotalTZ()=244 (ms)
----------System.err:(13/765)----------
java.lang.RuntimeException: FAILED: availableIds don't match
at TestZoneInfo310.main(TestZoneInfo310.java:158)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: FAILED: availableIds don't match
- duplicates
-
JDK-8064564 Test sun/util/calendar/zi/TestZoneInfo310.java fails with RuntimeException: FAILED: availableIds don't match
- Resolved