alanb [Wed, 17 Oct 2012 11:43:56 +0100] rev 14187
8000685: (props) Properties.storeToXML/loadFromXML should only require UTF-8 and UTF-16 to be supported
Reviewed-by: mchung, chegar
khazra [Tue, 16 Oct 2012 15:23:17 -0700] rev 14186
7198073: (prefs) user prefs not saved [macosx]
Summary: Using class member field to get node instead of argument
Reviewed-by: alanb
naoto [Tue, 16 Oct 2012 10:59:21 -0700] rev 14185
8000245: SimpleDateFormat.format(date, StringBuffer, FieldPosition) doesn't work as expected with custom extensions
8000273: java.util.Locale.getDisplayVariant(Locale l) isn't transferred to the custom service provider
8000615: JRE adapter: timezone name of en_US is changed when extension directory is added
Reviewed-by: okutsu
robm [Mon, 15 Oct 2012 22:34:35 +0100] rev 14184
8000487: Java JNDI connection library on ldap conn is not honoring configured timeout
Reviewed-by: vinnie
robm [Mon, 15 Oct 2012 03:26:11 +0100] rev 14183
8000817: Reinstate accidentally removed sleep() from ProcessBuilder/Basic.java
Reviewed-by: alanb, martin
sflores [Sun, 14 Oct 2012 22:58:59 +0100] rev 14182
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
Reviewed-by: alanb, weijun, mullan
jgish [Sat, 13 Oct 2012 10:15:57 +0100] rev 14181
7146552: java/util/logging/LoggingMXBeanTest.java failing intermittently
Reviewed-by: alanb, mchung
lana [Fri, 12 Oct 2012 14:52:24 -0700] rev 14180
Merge
lancea [Thu, 11 Oct 2012 18:46:31 -0400] rev 14179
8000763: use XXX.valueOf methods instead of constructors
Reviewed-by: mchung, forax
robm [Thu, 11 Oct 2012 18:24:38 +0100] rev 14178
7152183: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently [sol]
Reviewed-by: alanb, martin, dholmes
dxu [Thu, 11 Oct 2012 11:47:05 +0100] rev 14177
7186817: Remove Windows 95/98/ME Support
Reviewed-by: alanb
lancea [Wed, 10 Oct 2012 17:34:27 -0400] rev 14176
8000712: Remove unused fields in SyncFactory
Reviewed-by: mchung
alanb [Wed, 10 Oct 2012 20:47:12 +0100] rev 14175
7192274: Deprecate LogManager addPropertyChangeListener and removePropertyChangeLister methods
Reviewed-by: mchung, lancea, chegar
lancea [Wed, 10 Oct 2012 11:15:27 -0400] rev 14174
8000687: Correct javadoc typo for getLogWriter and setLogWriter
Reviewed-by: alanb
coffeys [Tue, 09 Oct 2012 19:45:17 +0100] rev 14173
7181793: Socket getOutputStream create streams that cannot be GC'ed until Socket is closed
Reviewed-by: alanb, chegar
naoto [Tue, 09 Oct 2012 09:59:05 -0700] rev 14172
7200341: DateFormatSymbols.hashCode() throws ArrayIndexOutOfBoundsException in some circumstances
Reviewed-by: okutsu
lancea [Tue, 09 Oct 2012 08:58:27 -0400] rev 14171
7197395: Add @Deprecated to all deprecated methods to eliminate compiler warnings in JDBC
Reviewed-by: alanb, smarks
alanb [Tue, 09 Oct 2012 13:28:32 +0100] rev 14170
7173494: some jdk tests are not run in test/Makefile
Reviewed-by: chegar, mchung, mduigou, iris
coffeys [Tue, 09 Oct 2012 12:50:52 +0100] rev 14169
7196533: TimeZone.getDefault() slow due to synchronization bottleneck
Reviewed-by: okutsu
lana [Tue, 23 Oct 2012 09:40:06 -0700] rev 14168
Merge
alexsch [Tue, 23 Oct 2012 14:30:41 +0400] rev 14167
6624200: Regression test fails: test/closed/javax/swing/JMenuItem/4654927/bug4654927.java
Reviewed-by: rupashka
serb [Fri, 19 Oct 2012 15:23:14 +0400] rev 14166
7124520: [macosx] re:6373505 Toolkit.getScreenResolution() != GraphicsConfiguration.getNormalizingTransform()
Reviewed-by: anthony, kizune
alexsch [Thu, 18 Oct 2012 18:28:42 +0400] rev 14165
7175707: [macosx] PIT: 8 b43 Not running on AppKit thread issue again
Reviewed-by: serb, anthony
alexsch [Thu, 18 Oct 2012 17:50:43 +0400] rev 14164
7199708: FileChooser crashs when opening large folder
Reviewed-by: bagiras
alexsch [Wed, 17 Oct 2012 10:16:26 -0400] rev 14163
8000626: Implement dead key detection for KeyEvent on Linux
Reviewed-by: kizune
alexsch [Wed, 17 Oct 2012 17:33:26 +0400] rev 14162
8000969: [macosx] Directories are not deselected when JFileChooser has FILES_ONLY selection mode
Reviewed-by: rupashka
kizune [Wed, 17 Oct 2012 14:32:15 +0400] rev 14161
7175704: [macosx] "8" PIT: NPE in GetDisplayMode fullscreen test
Reviewed-by: serb, leonidr
anthony [Tue, 16 Oct 2012 20:11:19 +0400] rev 14160
6818083: When DISPLAY is bad, InternalError thrown, not AWTError
Summary: Throw AWTError instead of InternalError if the DISPLAY is bad
Reviewed-by: anthony, serb
Contributed-by: Mikhail Cherkasov <mikhail.cherkasov@oracle.com>