peytoia [Thu, 16 Oct 2008 14:00:58 +0900] rev 1833
6758988: (tz) Support tzdata2008h
Reviewed-by: okutsu
rkennke [Wed, 15 Oct 2008 15:55:19 +0200] rev 1832
6759311: RepaintManager casts Tookit to SunToolkit without instanceof check
Summary: Check type of Toolkit before casting.
Reviewed-by: alexp
peytoia [Tue, 07 Oct 2008 18:25:59 +0900] rev 1831
6756569: (tz) Support tzdata2008g
Reviewed-by: okutsu
naoto [Mon, 06 Oct 2008 17:16:06 -0700] rev 1830
6706382: jdk/test/java/util/Locale/data/deflocale.sol10 has incorrect legal notice
Reviewed-by: okutsu
peytoia [Fri, 03 Oct 2008 15:54:41 +0900] rev 1829
6683975: [fmt-da] Regression: Java 6 returns English DateFormatPatterns for Thai locale
Reviewed-by: okutsu
peytoia [Thu, 02 Oct 2008 15:54:59 +0900] rev 1828
6645263: (cal) Calendar throw java.lang.IllegalArgumentException: WEEK_OF_MONTH
Reviewed-by: okutsu
tbell [Thu, 29 Jan 2009 21:46:48 -0800] rev 1827
Merge
darcy [Mon, 26 Jan 2009 19:49:26 -0800] rev 1826
6601457: Move wrapper class tests from closed to open
6601458: Move java.math tests from closed to open
6740185: Move java/lang/annotations tests to open
6759433: Move Math and StrictMath regression tests from closed to open
Summary: Move some more regression tests to the open
Reviewed-by: jjg
tbell [Sat, 24 Jan 2009 16:35:17 -0800] rev 1825
Merge
darcy [Fri, 23 Jan 2009 10:37:41 -0800] rev 1824
6604864: Double.valueOf(String) does not specify behaviour for overflow and underflow
Reviewed-by: emcmanus
sherman [Thu, 22 Jan 2009 20:29:54 -0800] rev 1823
6476425: (fmt)java.util.Formatter.print() throws IllegalArgumentException on large BigDecima
Summary: Correct the wrong calculation of "precision" in certain circumstances.
Reviewed-by: darcy, alanb
mchung [Tue, 20 Jan 2009 16:16:35 -0800] rev 1822
Merge
mchung [Tue, 20 Jan 2009 13:04:19 -0800] rev 1821
6769976: (fc) FileChannelImpl.isAMappedBufferField not used
Summary: Remove the FileChannelImpl.isAMappedBufferField field
Reviewed-by: alanb
mchung [Tue, 20 Jan 2009 13:02:58 -0800] rev 1820
6793429: Use compiled properties instead of plain properties for resource file
Summary: Rename the variables in Resources.gmk to make compiled properties more explicit
Reviewed-by: naoto, yhuang