pconcannon [Thu, 14 Nov 2019 11:04:57 +0000] rev 59093
8233989: Create an IPv4 version of java/net/MulticastSocket/SetLoopbackMode.java
Summary: This fix adds an IPv4 version of test SetLoopbackMode.java that calls SetLoopbackMode in IPv4 only mode, and runs only if IPv4 is enabled.
Reviewed-by: dfuchs
pconcannon [Thu, 14 Nov 2019 10:49:20 +0000] rev 59092
8233860: AfterClose.java test incorrectly handles IP_MULTICAST_IF
Summary: Correction to invalid value used to ensure test fails as expected.
Reviewed-by: alanb, dfuchs, vtewari
joehw [Thu, 14 Nov 2019 18:41:04 +0000] rev 59091
8233686: XML transformer uses excessive amount of memory
Summary: remove unnecessary object creation and also update xalan.md file
Reviewed-by: lancea
michaelm [Thu, 14 Nov 2019 17:43:07 +0000] rev 59090
unixdomainchannels: more fixes
bpb [Thu, 14 Nov 2019 09:06:43 -0800] rev 59089
8146298: (dc spec) connect and disconnect methods should specify that they may block
Reviewed-by: alanb, chegar, dfuchs, darcy
jlaskey [Thu, 14 Nov 2019 12:50:08 -0400] rev 59088
add missing files
jlaskey [Thu, 14 Nov 2019 12:39:56 -0400] rev 59087
[mq]: other
jlaskey [Thu, 14 Nov 2019 12:39:49 -0400] rev 59086
[mq]: refresh
jlaskey [Thu, 14 Nov 2019 12:36:46 -0400] rev 59085
reconstructing branch
jlaskey [Thu, 14 Nov 2019 12:33:47 -0400] rev 59084
restarting random branch
lancea [Thu, 14 Nov 2019 10:54:32 -0500] rev 59083
8234080: jdk/nio/zipfs/CRCWriteTest.java fails
Reviewed-by: clanger, amlu
michaelm [Thu, 14 Nov 2019 15:01:49 +0000] rev 59082
unixdomainchannels: fix some sockaddr_un address handling
redestad [Thu, 14 Nov 2019 15:24:35 +0100] rev 59081
8234003: Improve IndexSet iteration
Reviewed-by: neliasso, thartmann
jlaskey [Thu, 14 Nov 2019 08:54:56 -0400] rev 59080
[mq]: latest
michaelm [Thu, 14 Nov 2019 12:40:13 +0000] rev 59079
Merge
michaelm [Thu, 14 Nov 2019 12:38:31 +0000] rev 59078
unixdomainchannels: new test plus apidoc update
michaelm [Thu, 14 Nov 2019 10:40:08 +0000] rev 59077
unixdomainchannels: apidoc updates
michaelm [Thu, 14 Nov 2019 10:16:28 +0000] rev 59076
unixdomainchannels: unix domain automatic bind
jvernee [Thu, 14 Nov 2019 10:55:46 +0100] rev 59075
8233920: MethodHandles::tryFinally generates illegal bytecode for long/double return type
Reviewed-by: redestad, vlivanov, jrose
michaelm [Thu, 14 Nov 2019 09:06:10 +0000] rev 59074
unixdomainchannels: minor apidoc update
michaelm [Thu, 14 Nov 2019 08:27:28 +0000] rev 59073
unixdomainchannels: test updates
iklam [Wed, 13 Nov 2019 19:55:11 -0800] rev 59072
8234133: VM build broken due to memory/archiveUtils.inline.hpp
Reviewed-by: dholmes
jwilhelm [Thu, 14 Nov 2019 03:01:43 +0100] rev 59071
Added tag jdk-14+23 for changeset 15936b142f86
iklam [Wed, 13 Nov 2019 16:36:54 -0800] rev 59070
8231610: Relocate the CDS archive if it cannot be mapped to the requested address
Reviewed-by: jiangli, coleenp, ccheung
jiefu [Thu, 14 Nov 2019 10:02:52 +0800] rev 59069
8234130: Zero VM build broken after JDK-8233913
Reviewed-by: coleenp
darcy [Wed, 13 Nov 2019 15:16:45 -0800] rev 59068
8233096: Update javax.lang.model for switch expressions
Reviewed-by: jjg, jlahoda
kbarrett [Wed, 13 Nov 2019 18:00:30 -0500] rev 59067
8232588: G1 concurrent System.gc can return early or late
8233279: G1: GCLocker GC with +GCLockerInvokesConcurrent spins while cycle in progress
Summary: Refactor G1CH::try_collect and fix bugs with concurrent collections.
Reviewed-by: tschatzl, sjohanss
amenkov [Wed, 13 Nov 2019 14:08:04 -0800] rev 59066
8231915: two JDI tests interfere with each other
Reviewed-by: sspitsyn, dtitov
cjplummer [Wed, 13 Nov 2019 13:05:16 -0800] rev 59065
8231635: SA Stackwalking code stuck in BasicTypeDataBase.findDynamicTypeForAddress()
Summary: Better checking for invalid stack address when walking the stack frames
Reviewed-by: sspitsyn, dtitov
iignatyev [Wed, 13 Nov 2019 11:34:31 -0800] rev 59064
8226795: compiler/tiered/Level2RecompilationTest.java fails when XX:TieredStopAtLevel=1/2/3 is set
Reviewed-by: redestad
iignatyev [Wed, 13 Nov 2019 10:59:25 -0800] rev 59063
8225756: [testbug] compiler/loopstripmining/CheckLoopStripMining.java sets too short a SafepointTimeoutDelay
Reviewed-by: kvn, epavlova, roland, mdoerr
sangheki [Wed, 13 Nov 2019 10:51:41 -0800] rev 59062
8220312: Implementation: NUMA-Aware Memory Allocation for G1, Logging (3/3)
Reviewed-by: kbarrett, sjohanss, tschatzl