-
Bug
-
Resolution: Not an Issue
-
P5
-
None
-
1.4.2
-
sparc
-
solaris_10
Y2k test TZ_useDaylightTime_y2k fails with both server and client VM in all the modes. I can reproduce this failure with 1.4.1.FCS- JDK too.
Test failed : misc/y2k/TZ_useDaylightTime_y2k execute_positive
Platforms failed : Solx86, Solsparc (5.10 & 5.8)
To reproduce :
* Go to /net/jano.sfbay/export/disk20/GammaBase/Bugs/<BugId>
* Execute the rerun script as "sh rerun.sh $JAVA_HOME"
$JAVA_HOME --> JDK to be tested {for eg: /net/alpheridies/export/VM/hopper/weekly/JDK/b04/solaris-sparcv9 }
Failure : ##Exit status of execution step=1
##!checkExitCode
#Exception in thread "main" java.lang.ClassCastException
# at TZ_useDaylightTime_y2k.<init>(TZ_useDaylightTime_y2k.java:65)
# at TZ_useDaylightTime_y2k.main(TZ_useDaylightTime_y2k.java:102)
Test failed : misc/y2k/TZ_useDaylightTime_y2k execute_positive
Platforms failed : Solx86, Solsparc (5.10 & 5.8)
To reproduce :
* Go to /net/jano.sfbay/export/disk20/GammaBase/Bugs/<BugId>
* Execute the rerun script as "sh rerun.sh $JAVA_HOME"
$JAVA_HOME --> JDK to be tested {for eg: /net/alpheridies/export/VM/hopper/weekly/JDK/b04/solaris-sparcv9 }
Failure : ##Exit status of execution step=1
##!checkExitCode
#Exception in thread "main" java.lang.ClassCastException
# at TZ_useDaylightTime_y2k.<init>(TZ_useDaylightTime_y2k.java:65)
# at TZ_useDaylightTime_y2k.main(TZ_useDaylightTime_y2k.java:102)
- relates to
-
JDK-4230123 TimeZones loaded unnecessarily
- Resolved