JDK-2129012 : GregorianCalendar doesn't work in non-lenient due to timezone bounds checking
  • Type: Backport
  • Backport of: JDK-4639407
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2005-08-24
  • Updated: 2010-04-03
  • Resolved: 2005-10-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.2_11 b01Fixed
Comments
EVALUATION There seems to be JCK failures as a result of this fix. The following tests are failing: GregorianCalendar0028: Failed. public int getMinimum(int field) GregorianCalendar0029: Failed. public int getMaximum(int field) GregorianCalendar0030: Failed. public int getActualMinimum(int field) GregorianCalendar0031: Failed. public int getLeastMaximum(int field) GregorianCalendar0032: Failed. public int getGreatestMinimum(int field)
02-09-2005

EVALUATION Fix exists for Tiger release. Backporting to 1.4.2_11.
24-08-2005