Wed, 24 Nov 2010 09:51:31 +0000 6878369: (ch) AsynchronousSocketChannel read/write methods that specify timeouts should not throw IAE
alanb [Wed, 24 Nov 2010 09:51:31 +0000] rev 7298
6878369: (ch) AsynchronousSocketChannel read/write methods that specify timeouts should not throw IAE Reviewed-by: forax
Tue, 23 Nov 2010 16:52:39 -0800 6452854: Provide a flag to print the java configuration
ksrini [Tue, 23 Nov 2010 16:52:39 -0800] rev 7297
6452854: Provide a flag to print the java configuration Reviewed-by: darcy, mchung, sherman, dholmes, mduigou
Wed, 24 Nov 2010 07:43:06 +0800 7002036: ktab return code changes on a error case
weijun [Wed, 24 Nov 2010 07:43:06 +0800] rev 7296
7002036: ktab return code changes on a error case Reviewed-by: valeriep
Mon, 22 Nov 2010 16:12:23 -0800 7001434: charset name for Cp833 should be x-IBM833.
sherman [Mon, 22 Nov 2010 16:12:23 -0800] rev 7295
7001434: charset name for Cp833 should be x-IBM833. Summary: changed the name to x-IBM833 in extsbcs Reviewed-by: alanb
Mon, 22 Nov 2010 16:03:13 -0800 6858865: Fix for 6728376 causes regression if the size of "data" is 0 and malloc returns Null for 0-length
sherman [Mon, 22 Nov 2010 16:03:13 -0800] rev 7294
6858865: Fix for 6728376 causes regression if the size of "data" is 0 and malloc returns Null for 0-length Summary: don't throw OOME when in or out buffer size is 0 length Reviewed-by: alanb
Mon, 22 Nov 2010 11:27:14 -0500 Merge
mullan [Mon, 22 Nov 2010 11:27:14 -0500] rev 7293
Merge
Mon, 22 Nov 2010 10:18:33 -0500 Merge
mullan [Mon, 22 Nov 2010 10:18:33 -0500] rev 7292
Merge
Mon, 22 Nov 2010 10:16:07 -0500 6995424: Eliminate dependency to a deprecated API com.sun.security.auth.PolicyFile
mullan [Mon, 22 Nov 2010 10:16:07 -0500] rev 7291
6995424: Eliminate dependency to a deprecated API com.sun.security.auth.PolicyFile Reviewed-by: mchung
Mon, 22 Nov 2010 16:11:13 +0000 Merge
michaelm [Mon, 22 Nov 2010 16:11:13 +0000] rev 7290
Merge
Mon, 22 Nov 2010 16:09:31 +0000 6984182: Setting SO_RCVBUF/SO_SNDBUF to larger than tcp_max_buf fails on Solaris 11 if kernel params changed
michaelm [Mon, 22 Nov 2010 16:09:31 +0000] rev 7289
6984182: Setting SO_RCVBUF/SO_SNDBUF to larger than tcp_max_buf fails on Solaris 11 if kernel params changed Reviewed-by: alanb, chegar
Mon, 22 Nov 2010 09:43:58 +0800 6979329: CCacheInputStream fails to read ticket cache files from Kerberos 1.8.1
weijun [Mon, 22 Nov 2010 09:43:58 +0800] rev 7288
6979329: CCacheInputStream fails to read ticket cache files from Kerberos 1.8.1 Reviewed-by: valeriep
Sat, 20 Nov 2010 07:00:31 -0800 6903584: Legal notice repair: Three files under jdk/src/share/classes/sun/security/ssl/
xuelei [Sat, 20 Nov 2010 07:00:31 -0800] rev 7287
6903584: Legal notice repair: Three files under jdk/src/share/classes/sun/security/ssl/ Reviewed-by: weijun
Fri, 19 Nov 2010 17:05:47 -0800 6720456: New 4150 may have larger blowfish keysizes
valeriep [Fri, 19 Nov 2010 17:05:47 -0800] rev 7286
6720456: New 4150 may have larger blowfish keysizes Summary: Changed to use TBD value instead of FAIL Reviewed-by: weijun
Fri, 19 Nov 2010 16:59:48 -0800 6203816: Can not run test/java/security/Security/ClassLoaderDeadlock.sh from the command line
valeriep [Fri, 19 Nov 2010 16:59:48 -0800] rev 7285
6203816: Can not run test/java/security/Security/ClassLoaderDeadlock.sh from the command line Summary: Fixed the script to not delete the provider sub-directory Reviewed-by: weijun
Fri, 19 Nov 2010 17:18:31 -0500 7001669: Typo in javadocs for SQLPermission
lancea [Fri, 19 Nov 2010 17:18:31 -0500] rev 7284
7001669: Typo in javadocs for SQLPermission Reviewed-by: alanb
Fri, 19 Nov 2010 17:15:03 -0500 7000752: Duplicate entry in RowSetResourceBundles.properties
lancea [Fri, 19 Nov 2010 17:15:03 -0500] rev 7283
7000752: Duplicate entry in RowSetResourceBundles.properties Reviewed-by: alanb
Fri, 19 Nov 2010 12:58:32 -0800 6957230: CharsetEncoder.maxBytesPerChar() reports 4 for UTF-8; should be 3
sherman [Fri, 19 Nov 2010 12:58:32 -0800] rev 7282
6957230: CharsetEncoder.maxBytesPerChar() reports 4 for UTF-8; should be 3 Summary: changged utf-8's CharsetEncoder.maxBytesPerChar to 3 Reviewed-by: alanb
Fri, 19 Nov 2010 12:55:42 -0800 6989471: compiler warnings building java/zip native code
sherman [Fri, 19 Nov 2010 12:55:42 -0800] rev 7281
6989471: compiler warnings building java/zip native code Summary: remvoed the warning Reviewed-by: ohair, alanb
Fri, 19 Nov 2010 10:00:08 -0800 6631046: BufferedInputStream.available() reports negative int on very large inputstream
mchung [Fri, 19 Nov 2010 10:00:08 -0800] rev 7280
6631046: BufferedInputStream.available() reports negative int on very large inputstream Reviewed-by: dholmes, alanb, mduigou
Fri, 19 Nov 2010 13:35:07 +0000 Merge
michaelm [Fri, 19 Nov 2010 13:35:07 +0000] rev 7279
Merge
Fri, 19 Nov 2010 13:30:02 +0000 7001301: com/sun/net/httpserver/bugs/6725892/Test.java failing
michaelm [Fri, 19 Nov 2010 13:30:02 +0000] rev 7278
7001301: com/sun/net/httpserver/bugs/6725892/Test.java failing Reviewed-by: alanb
Fri, 19 Nov 2010 10:43:24 +0000 6712185: java/util/concurrent/Executors/AutoShutdown.java fails on slow or busy systems
dl [Fri, 19 Nov 2010 10:43:24 +0000] rev 7277
6712185: java/util/concurrent/Executors/AutoShutdown.java fails on slow or busy systems Reviewed-by: chegar, alanb
Thu, 18 Nov 2010 19:17:43 +0000 Merge
alanb [Thu, 18 Nov 2010 19:17:43 +0000] rev 7276
Merge
Thu, 18 Nov 2010 19:16:45 +0000 7000913: (bf) CharBuffer.wrap, slice, position, slice leads to CharBuffer with incorrect offser
alanb [Thu, 18 Nov 2010 19:16:45 +0000] rev 7275
7000913: (bf) CharBuffer.wrap, slice, position, slice leads to CharBuffer with incorrect offser Reviewed-by: forax
Wed, 17 Nov 2010 21:33:16 -0800 6217210: RFE: Support for Cp833 in 1.4.2
sherman [Wed, 17 Nov 2010 21:33:16 -0800] rev 7274
6217210: RFE: Support for Cp833 in 1.4.2 Summary: Forward port the Cp833 charset Reviewed-by: poonam
Wed, 17 Nov 2010 15:10:42 -0800 6615506: (fmt spec) Date/Time conversion table missing column for 'Z'
sherman [Wed, 17 Nov 2010 15:10:42 -0800] rev 7273
6615506: (fmt spec) Date/Time conversion table missing column for 'Z' Summary: added the column entry back in Reviewed-by: alanb
Wed, 17 Nov 2010 14:32:29 +0000 Merge
michaelm [Wed, 17 Nov 2010 14:32:29 +0000] rev 7272
Merge
Wed, 17 Nov 2010 14:29:51 +0000 6725892: Http server stability issues
michaelm [Wed, 17 Nov 2010 14:29:51 +0000] rev 7271
6725892: Http server stability issues Reviewed-by: chegar
Tue, 16 Nov 2010 11:50:08 -0800 Merge
valeriep [Tue, 16 Nov 2010 11:50:08 -0800] rev 7270
Merge
Mon, 15 Nov 2010 14:38:41 -0800 6687725: Internal PKCS5Padding impl should throw IllegalBlockSizeException and not BadPaddingException
valeriep [Mon, 15 Nov 2010 14:38:41 -0800] rev 7269
6687725: Internal PKCS5Padding impl should throw IllegalBlockSizeException and not BadPaddingException Summary: Changed to throw IllegalBlockSizeException when the data length isn't multiples of block size Reviewed-by: wetmore
Mon, 15 Nov 2010 14:32:49 -0800 6848930: JSN security test jce/Global/Cipher/PKCS5Padding cannot thrown expected BadPaddingException
valeriep [Mon, 15 Nov 2010 14:32:49 -0800] rev 7268
6848930: JSN security test jce/Global/Cipher/PKCS5Padding cannot thrown expected BadPaddingException Summary: Disabled CKM_DES_CBC_PAD, CKM_DES3_CBC_PAD, CKM_AES_CBC_PAD mechs by default and use our own internal padding impl. Reviewed-by: wetmore
Tue, 16 Nov 2010 15:23:11 +0000 6613829: (docs) Readable.read() ReadOnlyBufferException is not linked
alanb [Tue, 16 Nov 2010 15:23:11 +0000] rev 7267
6613829: (docs) Readable.read() ReadOnlyBufferException is not linked Reviewed-by: chegar, lancea
Tue, 30 Nov 2010 14:51:07 -0800 Merge
lana [Tue, 30 Nov 2010 14:51:07 -0800] rev 7266
Merge
Tue, 30 Nov 2010 10:35:55 +0300 6988188: The test failed due to Applet thread threw exception
rupashka [Tue, 30 Nov 2010 10:35:55 +0300] rev 7265
6988188: The test failed due to Applet thread threw exception Reviewed-by: alexp
Mon, 29 Nov 2010 10:50:49 -0800 Merge
lana [Mon, 29 Nov 2010 10:50:49 -0800] rev 7264
Merge
Mon, 29 Nov 2010 21:20:42 +0300 6981576: TitledBorder.getBorder() returns null in java build 1.7.0-ea-b107
malenkov [Mon, 29 Nov 2010 21:20:42 +0300] rev 7263
6981576: TitledBorder.getBorder() returns null in java build 1.7.0-ea-b107 Reviewed-by: alexp
Mon, 29 Nov 2010 20:38:14 +0300 6999033: Methods BorderFactory.createSoftBevelBorder() don't return SoftBevelBorder instances
malenkov [Mon, 29 Nov 2010 20:38:14 +0300] rev 7262
6999033: Methods BorderFactory.createSoftBevelBorder() don't return SoftBevelBorder instances Reviewed-by: alexp
Mon, 29 Nov 2010 16:11:40 +0300 6939227: Nimbus: 6597895 for JCheckBox, JButton and JToggleButton JCK tests
alexp [Mon, 29 Nov 2010 16:11:40 +0300] rev 7261
6939227: Nimbus: 6597895 for JCheckBox, JButton and JToggleButton JCK tests Reviewed-by: rupashka
Mon, 29 Nov 2010 16:03:14 +0300 6939001: Nimbus: JTabbedPane setBackgroundAt and setForegroundAt have no effect
alexp [Mon, 29 Nov 2010 16:03:14 +0300] rev 7260
6939001: Nimbus: JTabbedPane setBackgroundAt and setForegroundAt have no effect Reviewed-by: rupashka
Mon, 29 Nov 2010 16:01:00 +0300 6559589: Memory leak in JScrollPane.updateUI()
alexp [Mon, 29 Nov 2010 16:01:00 +0300] rev 7259
6559589: Memory leak in JScrollPane.updateUI() Reviewed-by: rupashka
Thu, 25 Nov 2010 20:25:35 +0300 7002176: JLayer docs build produces warnings
alexp [Thu, 25 Nov 2010 20:25:35 +0300] rev 7258
7002176: JLayer docs build produces warnings Reviewed-by: dav
Thu, 25 Nov 2010 20:23:44 +0300 6992847: javax/swing/JLayer/SerializationTest/SerializationTest.java failed in jdk7 just against b114
alexp [Thu, 25 Nov 2010 20:23:44 +0300] rev 7257
6992847: javax/swing/JLayer/SerializationTest/SerializationTest.java failed in jdk7 just against b114 Reviewed-by: rupashka
Thu, 25 Nov 2010 15:58:11 +0300 6999872: java.awt.Window instantiation leads to JVM CRASH on Windows, JDK7b118+ fastdebug
amenkov [Thu, 25 Nov 2010 15:58:11 +0300] rev 7256
6999872: java.awt.Window instantiation leads to JVM CRASH on Windows, JDK7b118+ fastdebug Reviewed-by: igor, dcherepanov
Wed, 24 Nov 2010 15:26:41 -0800 6807534: CurrencyNameProvider.getDisplayName(String, Locale) doesn't throw IllegalArgumentException
naoto [Wed, 24 Nov 2010 15:26:41 -0800] rev 7255
6807534: CurrencyNameProvider.getDisplayName(String, Locale) doesn't throw IllegalArgumentException Reviewed-by: okutsu
Wed, 24 Nov 2010 14:13:37 +0900 7002398: Apply Corrigendum #8 for Unicode 6.0.0
peytoia [Wed, 24 Nov 2010 14:13:37 +0900] rev 7254
7002398: Apply Corrigendum #8 for Unicode 6.0.0 Reviewed-by: okutsu
Tue, 23 Nov 2010 13:06:57 -0800 6930106: Testcases with legal notice problems
naoto [Tue, 23 Nov 2010 13:06:57 -0800] rev 7253
6930106: Testcases with legal notice problems Reviewed-by: ohair
Thu, 18 Nov 2010 11:35:31 -0800 7000136: Backward compatibility problem in LocaleNameProvider
naoto [Thu, 18 Nov 2010 11:35:31 -0800] rev 7252
7000136: Backward compatibility problem in LocaleNameProvider Reviewed-by: srl Contributed-by: y.umaoka@gmail.com
Thu, 18 Nov 2010 19:52:40 +0300 6997170: Spec for javax.swing.plaf.LayerUI.installUI/uninstallUI() methods contradict behavior of the RI
alexp [Thu, 18 Nov 2010 19:52:40 +0300] rev 7251
6997170: Spec for javax.swing.plaf.LayerUI.installUI/uninstallUI() methods contradict behavior of the RI Reviewed-by: rupashka
Thu, 18 Nov 2010 13:53:02 +0300 6994419: JLayer.removeAll() behavior doesn't correspond to JLayer.remove() behavior.
alexp [Thu, 18 Nov 2010 13:53:02 +0300] rev 7250
6994419: JLayer.removeAll() behavior doesn't correspond to JLayer.remove() behavior. Reviewed-by: rupashka
Wed, 17 Nov 2010 22:17:01 +0300 6447751: Bean Customizer should be detectable by reflection name alone
malenkov [Wed, 17 Nov 2010 22:17:01 +0300] rev 7249
6447751: Bean Customizer should be detectable by reflection name alone Reviewed-by: peterz
Tue, 16 Nov 2010 10:47:01 -0800 6997999: Remove duplicated entries from ISO language/country code tables
naoto [Tue, 16 Nov 2010 10:47:01 -0800] rev 7248
6997999: Remove duplicated entries from ISO language/country code tables Reviewed-by: okutsu
Wed, 17 Nov 2010 01:02:20 +0900 6959267: Support Unicode 6.0.0
peytoia [Wed, 17 Nov 2010 01:02:20 +0900] rev 7247
6959267: Support Unicode 6.0.0 Reviewed-by: okutsu
Mon, 15 Nov 2010 21:51:16 -0800 6939261: Since 1.6.0_18 JMenus at JMenuBar are not selectable by their Mnemonic key anymore
vikram [Mon, 15 Nov 2010 21:51:16 -0800] rev 7246
6939261: Since 1.6.0_18 JMenus at JMenuBar are not selectable by their Mnemonic key anymore Reviewed-by: peterz
Tue, 30 Nov 2010 14:50:04 -0800 Merge
lana [Tue, 30 Nov 2010 14:50:04 -0800] rev 7245
Merge
Tue, 30 Nov 2010 21:54:55 +0300 6783910: (dav) java.awt.Color.brighter()/darker() methods make color opaque
dav [Tue, 30 Nov 2010 21:54:55 +0300] rev 7244
6783910: (dav) java.awt.Color.brighter()/darker() methods make color opaque Reviewed-by: art, yan
Tue, 30 Nov 2010 17:36:56 +0300 6998592: FileDialog tests crashed on solaris
anthony [Tue, 30 Nov 2010 17:36:56 +0300] rev 7243
6998592: FileDialog tests crashed on solaris Summary: Override GtkFileDialogPeer.toFront() Reviewed-by: art, dcherepanov
Fri, 26 Nov 2010 15:52:55 +0300 6953894: docs build reports warning in java.awt.FileDialog
dcherepanov [Fri, 26 Nov 2010 15:52:55 +0300] rev 7242
6953894: docs build reports warning in java.awt.FileDialog Reviewed-by: art
Fri, 26 Nov 2010 15:41:16 +0300 7002856: Provide an accessor for Container.validateUnconditionally()
anthony [Fri, 26 Nov 2010 15:41:16 +0300] rev 7241
7002856: Provide an accessor for Container.validateUnconditionally() Summary: Introduce sun.awt.AWTAccessor.getContainerAccessor().validateUnconditionally() Reviewed-by: art
Fri, 26 Nov 2010 15:07:53 +0300 6770017: PIT : java/awt/Choice/BlockedWin32Choice/BlockedWin32Choice.java fails on 6u12 b01 pit build
dcherepanov [Fri, 26 Nov 2010 15:07:53 +0300] rev 7240
6770017: PIT : java/awt/Choice/BlockedWin32Choice/BlockedWin32Choice.java fails on 6u12 b01 pit build Reviewed-by: art
Fri, 26 Nov 2010 14:36:42 +0300 6699851: setMaximizedbounds not working properly on dual screen environment
dcherepanov [Fri, 26 Nov 2010 14:36:42 +0300] rev 7239
6699851: setMaximizedbounds not working properly on dual screen environment Reviewed-by: art, anthony
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip