aefimov [Mon, 30 Mar 2015 14:54:57 +0300] rev 29763
8074297: substring in XSLT returns wrong character if string contains supplementary chars
Reviewed-by: joehw
katleman [Wed, 08 Apr 2015 13:12:48 -0700] rev 29762
Added tag jdk9-b58 for changeset 7a40f7a19fd2
duke [Wed, 05 Jul 2017 20:27:10 +0200] rev 29761
Merge
lana [Wed, 08 Apr 2015 14:31:51 -0700] rev 29760
Merge
lana [Fri, 03 Apr 2015 16:35:42 -0700] rev 29759
Merge
sundar [Fri, 03 Apr 2015 19:09:34 +0530] rev 29758
8076646: nashorn tests should avoid using package names used by nashorn sources
Reviewed-by: hannesw
hannesw [Thu, 26 Mar 2015 22:13:41 +0100] rev 29757
8075231: Typed array setters are very slow when index exceeds capacity
Reviewed-by: attila, lagergren
hannesw [Thu, 26 Mar 2015 21:39:25 +0100] rev 29756
8075366: Slow scope access to global let/const does not work
Reviewed-by: sundar, attila, lagergren
ihse [Thu, 26 Mar 2015 16:17:38 +0100] rev 29755
8076060: Improve make bootstrap process
Reviewed-by: erikj
hannesw [Wed, 25 Mar 2015 17:43:55 +0100] rev 29754
8073868: Regex matching causes java.lang.ArrayIndexOutOfBoundsException: 64
Reviewed-by: attila, lagergren
katleman [Wed, 08 Apr 2015 13:12:53 -0700] rev 29753
Added tag jdk9-b58 for changeset 9a2cca215a5c
duke [Wed, 05 Jul 2017 20:27:05 +0200] rev 29752
Merge
katleman [Wed, 08 Apr 2015 13:12:45 -0700] rev 29751
Added tag jdk9-b58 for changeset 88f08214516a
duke [Wed, 05 Jul 2017 20:27:01 +0200] rev 29750
Merge
lana [Wed, 08 Apr 2015 14:32:34 -0700] rev 29749
Merge
lana [Fri, 03 Apr 2015 16:37:06 -0700] rev 29748
Merge
jjg [Fri, 03 Apr 2015 15:23:02 -0700] rev 29747
8076583: move jdk.Exported from langtools to jdk
Reviewed-by: darcy, alanb, tbell, mchung, jlahoda
chegar [Fri, 03 Apr 2015 16:09:49 +0100] rev 29746
8076644: MulticastSendReceiveTests.java fails with NumberFormatException due to network interference
Reviewed-by: alanb
rfield [Fri, 03 Apr 2015 00:00:16 -0700] rev 29745
8076632: Remove duplicate tests: FDTest, MethodReferenceTest and more -- follow-on (completion)
Summary: Remove certain lambda tests from the JDK repo which also exist in the langtools repo
Reviewed-by: rfield
Contributed-by: amy.lu@oracle.com
rfield [Thu, 02 Apr 2015 17:32:05 -0700] rev 29744
8075304: Remove duplicate test: FDTest
Summary: Remove certain lambda tests from the JDK repo which also exist in the langtools repo
Reviewed-by: rfield
Contributed-by: amy.lu@oracle.com
bchristi [Thu, 02 Apr 2015 12:33:03 -0700] rev 29743
8071667: HashMap.computeIfAbsent() adds entry that HashMap.get() does not find.
Summary: Throw ConcurrentModificationException from computeIfAbsent() & friends
Reviewed-by: chegar, psandoz
mikael [Thu, 02 Apr 2015 11:54:33 -0700] rev 29742
8074840: Resolve disabled warnings for libjli and libjli_static
Reviewed-by: dholmes, ksrini
rriggs [Thu, 02 Apr 2015 14:25:27 -0400] rev 29741
8076441: Dead code in java.time.chrono.Chronology.isLeapYear after fixing JDK-8067800
Reviewed-by: igerasim, rriggs
Contributed-by: nadeesh.tv@oracle.com
dfuchs [Thu, 02 Apr 2015 16:24:46 +0200] rev 29740
7113878: LogManager - namedLoggers should be ConcurrentHashMap instead of Hashtable
Summary: namedLoggers is now a ConcurrentHashMap. findLogger is updated to take benefit of the change.
Reviewed-by: dholmes, lancea, martin, mchung, plevart
Contributed-by: Peter Levart <peter.levart@gmail.com>, Daniel Fuchs <daniel.fuchs@oracle.com>