valeriep [Mon, 23 Jul 2018 23:18:19 +0000] rev 51229
8206171: Signature#getParameters for RSASSA-PSS throws ProviderException when not initialized
Summary: Changed SunRsaSign and SunMSCAPI provider to return null and updated javadoc
Reviewed-by: weijun, mullan
dlong [Mon, 23 Jul 2018 12:01:43 -0700] rev 51228
8207383: [Graal] SelfChangedCDS.java fails with "guarantee(disp == (intptr_t)(jint)disp) failed: must be 32-bit offset"
Reviewed-by: kvn
dcubed [Mon, 23 Jul 2018 14:41:06 -0400] rev 51227
8208092: ProblemList serviceability/sa/ClhsdbCDSCore.java
Reviewed-by: sspitsyn
sdama [Mon, 23 Jul 2018 19:58:43 +0530] rev 51226
8206445: JImageListTest.java failed in Windows
Summary: Added System.gc() call to address unmapped jimage files
Reviewed-by: alanb
gromero [Thu, 19 Jul 2018 16:56:05 -0400] rev 51225
8189922: UseNUMA memory interleaving vs membind
Reviewed-by: gromero, drwhite, dholmes, tschatzl
Contributed-by: Swati Sharma <swatibits14@gmail.com>
jcbeyler [Sun, 22 Jul 2018 20:00:39 -0700] rev 51224
8207252: C1 still does eden allocations when TLAB is enabled
Summary: Only do eden allocations when TLAB is disabled
Reviewed-by: kbarrett, jrose, tschatzl, iveresov
Contributed-by: jcbeyler@google.com
xiaofeya [Mon, 23 Jul 2018 10:02:10 +0800] rev 51223
8207952: Problem-list 3 sctp tests
Reviewed-by: chegar
weijun [Sat, 21 Jul 2018 21:46:42 +0800] rev 51222
8207223: SSL Handshake failures are reported with more generic SSLException
Reviewed-by: xuelei
coleenp [Fri, 20 Jul 2018 18:03:23 -0400] rev 51221
8203820: [TESTBUG] vmTestbase/metaspace/staticReferences/StaticReferences.java timed out
Summary: Moved InMemoryJavaCompiler out of loops or reduced loops with InMemoryJavaCompiler
Reviewed-by: vromero, jiangli
smarks [Fri, 20 Jul 2018 14:34:51 -0700] rev 51220
8206865: RMI activation tests fail with InvalidClassException
Reviewed-by: darcy, alanb, mchung