JDK-8064908 : sun/util/calendar/zi/TestZoneInfo310.java FAILED: availableIds don't match
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2014-11-14
  • Updated: 2014-11-14
  • Resolved: 2014-11-14
Related Reports
Duplicate :  
Description
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