bpb [Fri, 27 Feb 2015 14:36:03 -0800] rev 29224
8071599: (so) Socket adapter sendUrgentData throws IllegalBlockingMode when channel configured non-blocking
Summary: Remove restriction to blocking case
Reviewed-by: alanb, chegar
chegar [Fri, 27 Feb 2015 18:12:07 +0000] rev 29223
8074043: java.util.Arrays setAll and parallelSetAll subrange note
Reviewed-by: smarks
rriggs [Fri, 27 Feb 2015 10:09:06 -0500] rev 29222
8044051: Test jdk/lambda/vm/InterfaceAccessFlagsTest.java gets IOException during compilation
Summary: create the gen-separate directory in the current directory to improve robustness
Reviewed-by: darcy
vlivanov [Fri, 27 Feb 2015 18:03:21 +0300] rev 29221
8073644: Assertion in LambdaFormEditor.bindArgumentType is too strict
Reviewed-by: psandoz
chegar [Fri, 27 Feb 2015 11:45:07 +0000] rev 29220
8074022: Serialization should issue a freeze action after reconstituting a graph that contains objects with final fields
Reviewed-by: dholmes, plevart, psandoz
ihse [Fri, 27 Feb 2015 11:56:42 +0100] rev 29219
8072842: Add support for building native JTReg tests
Reviewed-by: erikj, sla
psandoz [Fri, 27 Feb 2015 09:58:25 +0100] rev 29218
8071600: Add a flat-mapping collector
Reviewed-by: smarks, chegar, briangoetz
katleman [Thu, 05 Mar 2015 11:26:17 -0800] rev 29217
Added tag jdk9-b53 for changeset 4bb4756ceb9c
duke [Wed, 05 Jul 2017 20:22:50 +0200] rev 29216
Merge
lana [Thu, 05 Mar 2015 15:21:35 -0800] rev 29215
Merge
aph [Tue, 03 Mar 2015 17:56:33 +0000] rev 29214
8074349: AARCH64: C2 generates poor code for some byte and character stores
Summary: Use iRegIorL2I as src input for char and byte stores.
Reviewed-by: kvn
amurillo [Tue, 03 Mar 2015 06:23:49 -0800] rev 29213
Merge
amurillo [Fri, 27 Feb 2015 07:34:26 -0800] rev 29212
Merge
jwilhelm [Thu, 26 Feb 2015 19:32:03 +0100] rev 29211
Merge
sjohanss [Thu, 11 Dec 2014 09:56:57 +0100] rev 29210
8062672: JVM crashes during GC on various asserts which checks that HeapWord ptr is an oop
Summary: Crashes were caused by not disabling UseMemSetInBOT as should be done on sparc. Added support for picking up blkinit as a platform feature if available on Linux sparc. This is needed to avoid enabling UseMemSetInBOT when running on this platform.
Reviewed-by: jwilhelm, brutisso