attila [Tue, 19 Jul 2016 13:12:50 +0200] rev 39789
8160953: Update build-nagen-eclipse task to work with JDK 9
Reviewed-by: lagergren, sundar
amurillo [Thu, 21 Jul 2016 16:43:00 +0000] rev 39788
Added tag jdk-9+128 for changeset 7cb424af93f1
duke [Wed, 05 Jul 2017 21:59:24 +0200] rev 39787
Merge
amurillo [Thu, 21 Jul 2016 17:14:44 +0000] rev 39786
Merge
bchristi [Wed, 20 Jul 2016 08:34:02 -0700] rev 39785
8161718: Copyright/License updates to corba, jdk
Reviewed-by: bpb, naoto
msheppar [Mon, 25 Jan 2016 22:32:25 +0000] rev 39784
8079718: IIOP Input Stream Hooking
Reviewed-by: rriggs, ahgross, coffeys, skoivu
amurillo [Thu, 21 Jul 2016 16:42:57 +0000] rev 39783
Added tag jdk-9+128 for changeset 6668d6a6e7c4
duke [Wed, 05 Jul 2017 21:59:15 +0200] rev 39782
Merge
dl [Tue, 26 Jul 2016 10:06:19 -0700] rev 39781
8161591: Miscellaneous changes imported from jsr166 CVS 2016-07
Reviewed-by: martin, psandoz, plevart
dl [Tue, 26 Jul 2016 10:02:05 -0700] rev 39780
8161608: StampedLock should use storeStoreFence when acquiring write lock
Reviewed-by: martin, psandoz, plevart
dl [Tue, 26 Jul 2016 09:57:51 -0700] rev 39779
8160751: Optimize ConcurrentHashMap.keySet().removeAll
8161372: ConcurrentHashMap.computeIfAbsent(k,f) locks bin when k present
Reviewed-by: martin, psandoz, plevart
dl [Tue, 26 Jul 2016 09:53:38 -0700] rev 39778
8160402: Garbage retention with CompletableFuture.anyOf
Reviewed-by: martin, psandoz, plevart
dl [Tue, 26 Jul 2016 09:49:25 -0700] rev 39777
8162396: j.u.c java.lang.LinkageError
Reviewed-by: martin, psandoz, plevart
dfuchs [Tue, 26 Jul 2016 14:30:52 +0100] rev 39776
8153082: Update XSLT compiler to generate classes that invoke addReads
Summary: This fix updates the XSLT compiler to generate Module.addReads statements for external function calls (see FunctionCall.java)
Reviewed-by: alanb, clanger, joehw