ddehaven [Tue, 06 Oct 2015 12:51:55 -0700] rev 33252
Merge
mcherkas [Tue, 06 Oct 2015 10:24:12 +0300] rev 33251
8086038: [macosx] No available data flavors when copying from Microsoft Word for Mac
Reviewed-by: serb, alexsch
psadhukhan [Mon, 05 Oct 2015 15:36:43 +0300] rev 33250
8132985: Crash in freetypescaler.c due to double free
Reviewed-by: prr, simonis
ssadetsky [Mon, 05 Oct 2015 15:29:23 +0300] rev 33249
8079595: Resizing dialog which is JWindow parent makes JVM crash
Reviewed-by: alexsch, serb
ssadetsky [Mon, 05 Oct 2015 15:13:14 +0300] rev 33248
8058959: closed/java/awt/event/ComponentEvent/MovedResizedTwiceTest/MovedResizedTwiceTest.java failed automatically
Reviewed-by: alexsch, serb
alexsch [Fri, 02 Oct 2015 17:12:47 +0400] rev 33247
8067346: Swing submenu has a changed starting offset
Reviewed-by: serb, alexsch
Contributed-by: Rajeev Chamyal <rajeev.chamyal@oracle.com>
alexsch [Fri, 02 Oct 2015 10:29:36 +0400] rev 33246
8138674: Some platforms may not support showing the user-specified title in a file dialog
Reviewed-by: serb
alexsch [Wed, 30 Sep 2015 17:46:11 +0400] rev 33245
8040322: TextArea.replaceRange() and insert() are broken with setText(null)
Reviewed-by: serb, azvegint
Contributed-by: Ambarish Rapte <ambarish.rapte@oracle.com>
azvegint [Wed, 30 Sep 2015 13:31:01 +0300] rev 33244
8076540: [macosx] NPE due to incorrect threading
Reviewed-by: alexsch, azvegint
ntv [Tue, 20 Oct 2015 13:10:28 -0400] rev 33243
8134928: java.time.Instant.truncatedTo(TemporalUnit unit) is truncating up if the year < 1970
Reviewed-by: rriggs, scolebourne
peytoia [Tue, 20 Oct 2015 19:34:04 +0900] rev 33242
8072600: Unicode 8 support
Reviewed-by: okutsu
ascarpino [Mon, 19 Oct 2015 17:35:18 -0700] rev 33241
8133151: Preferred provider configuration for JCE
Reviewed-by: valeriep
ascarpino [Mon, 19 Oct 2015 17:26:01 -0700] rev 33240
8139860: Add ucrypto/TestRSA.java to ProblemList: Message is larger than modulus
Reviewed-by: xuelei
darcy [Mon, 19 Oct 2015 13:48:32 -0700] rev 33239
8139925: Problem list LFMultiThreadCachingTest.java on windows
Reviewed-by: rriggs, chegar
psandoz [Mon, 19 Oct 2015 11:28:50 -0700] rev 33238
8080418: Add Optional.or()
Reviewed-by: chegar, forax, scolebourne
jlahoda [Mon, 19 Oct 2015 19:14:29 +0200] rev 33237
8134254: JShell API/tool: REPL for Java into JDK9
Summary: Adding makefile for jshell tool launcher.
Reviewed-by: alanb, erikj, sundar
Contributed-by: robert.field@oracle.com, jan.lahoda@oracle.com