mbaesken [Fri, 30 Aug 2019 09:37:41 +0200] rev 57975
8224214: [AIX] Remove support for legacy xlc compiler
Reviewed-by: erikj, kbarrett, mdoerr, dholmes
darcy [Sat, 31 Aug 2019 09:18:40 -0700] rev 57974
8230373: Use java.io.Serial in generated exception types
Reviewed-by: erikj, alanb
kbarrett [Fri, 30 Aug 2019 15:36:44 -0400] rev 57973
8230372: Remove G1GCPhaseTimes::MergeLBProcessedBuffers
Summary: Removed no longer needed phase time.
Reviewed-by: sjohanss, tschatzl
tonyp [Fri, 30 Aug 2019 14:58:40 -0400] rev 57972
8227224: GenCollectedHeap: add subspace transitions for young gen for gc+heap=info log lines
Reviewed-by: kbarrett, tschatzl
egahlin [Fri, 30 Aug 2019 20:39:38 +0200] rev 57971
Add onError handler + various cleanup
darcy [Fri, 30 Aug 2019 11:26:48 -0700] rev 57970
8230337: Clarify intention of Elements.{getPackageOf, getModuleOf}
Reviewed-by: jjg
kbarrett [Fri, 30 Aug 2019 14:05:00 -0400] rev 57969
8230327: Make G1DirtyCardQueueSet free-id init unconditional
Summary: Remove conditional init and make the set an inline member.
Reviewed-by: sjohanss, lkorinth, tschatzl
dfuchs [Fri, 30 Aug 2019 15:42:27 +0100] rev 57968
JDK-8229867: first prototype
thartmann [Fri, 30 Aug 2019 16:17:21 +0200] rev 57967
8230390: Problemlist SA tests with AOT
Summary: Putting tests on the problem list.
Reviewed-by: roland
dfuchs [Fri, 30 Aug 2019 13:11:16 +0100] rev 57966
Initial changes for JDK-8229867
dfuchs [Fri, 30 Aug 2019 12:44:52 +0100] rev 57965
8193596: java/net/DatagramPacket/ReuseBuf.java failed due to timeout
Summary: The test is changed to bind to InetAddress.getLocalHost() instead of binding to the wildcard.
Reviewed-by: alanb, dfuchs, msheppar
Contributed-by: Patrick Concannon <catrick.concannon@oracle.com>
jpai [Wed, 28 Aug 2019 20:05:43 +0530] rev 57964
8230310: SocksSocketImpl should handle the IllegalArgumentException thrown by ProxySelector.select usage
Summary: Catch the IAE thrown by ProxySelector.select and wrap it into a IOException
Reviewed-by: dfuchs
jlahoda [Fri, 30 Aug 2019 12:24:16 +0200] rev 57963
8230105: -XDfind=diamond crashes
Summary: Avoiding side-effects in Analyzer's speculative attribution.
Reviewed-by: mcimadamore, vromero
eosterlund [Fri, 30 Aug 2019 10:44:06 +0200] rev 57962
8230307: ZGC: Make zGlobals and zArguments OS agnostic
Reviewed-by: pliden, smonteith