pchilanomate [Fri, 31 Aug 2018 10:22:04 -0400] rev 51610
8206424: Use locking for cleaning ProtectionDomainTable
Summary: ServiceThread is now in charge of cleaning ProtectionDomainTable entries
Reviewed-by: coleenp, iklam
coleenp [Fri, 31 Aug 2018 09:10:27 -0400] rev 51609
8207793: [TESTBUG] runtime/Metaspace/FragmentMetaspace.java fails: heap needs to be increased
Summary: Reduce test time and allow OOM.
Reviewed-by: iklam, hseigel
coleenp [Fri, 31 Aug 2018 07:03:46 -0400] rev 51608
8210155: Lock ClassLoaderDataGraph
Summary: In preparation for concurrent class unloading.
Reviewed-by: hseigel, eosterlund
hannesw [Fri, 31 Aug 2018 12:41:00 +0200] rev 51607
8176453: Javadoc search: there are issues with generics in parameters
Reviewed-by: jjg, sundar
dnsimon [Fri, 31 Aug 2018 11:43:06 +0200] rev 51606
8210066: [JVMCI] iterateFrames uses wrong GrowableArray API for appending
Reviewed-by: dlong, twisti
ihse [Fri, 31 Aug 2018 09:37:03 +0200] rev 51605
6657100: Rename sparcWorks to solstudio in HotSpot
Reviewed-by: erikj, dcubed
mbaesken [Thu, 30 Aug 2018 13:12:38 +0200] rev 51604
8210205: build fails on AIX in hotspot cpp tests (for example getstacktr001.cpp)
Reviewed-by: mdoerr, stuefe
jjiang [Fri, 31 Aug 2018 10:32:47 +0800] rev 51603
8209362: sun/security/ssl/SSLSocketImpl/ReuseAddr.java failed due to "BindException: Address already in use (Bind failed)"
Summary: Refactor this test with SSLSocketTemplate
Reviewed-by: xuelei