dfuchs [Wed, 04 Sep 2019 18:10:07 +0100] rev 58009
8230435: Replace wildcard address with loopback or local host in tests - part 22
Summary: fixes tests to use the loopback address whenever possible. It also fixes some safe publishing issues, or add diagnostics in some of the tests.
Reviewed-by: michaelm
dfuchs [Wed, 04 Sep 2019 17:36:53 +0100] rev 58008
8171405: java/net/URLConnection/ResendPostBody.java failed with "Error while cleaning up threads after test"
Summary: test cleaned up to improve safe termination
Reviewed-by: michaelm, vtewari, dfuchs
Contributed-by: Julia Boes <julia.boes@oracle.com>
dfuchs [Wed, 04 Sep 2019 16:42:36 +0100] rev 58007
8230159: Add test to verify that com.sun.net.httpserver.BasicAuthenticator constructors throw expected exceptions
Summary: new BasicAuthenticatorExceptionCheck.java test added
Reviewed-by: chegar, dfuchs, vtewari
Contributed-by: Patrick Concannon <patrick.concannon@oracle.com>
xliu [Wed, 04 Sep 2019 16:39:12 +0200] rev 58006
8229450: C2 compilation fails with assert(found_sfpt) failed
Reviewed-by: roland, thartmann
eosterlund [Wed, 04 Sep 2019 15:05:03 +0200] rev 58005
8230401: ClassLoaderData::_keep_alive is read with wrong type in c2i entry barrier
Reviewed-by: zgu, tschatzl, iklam
mdoerr [Wed, 04 Sep 2019 14:21:54 +0200] rev 58004
8230434: [C1, C2] Release barrier for volatile field stores in constructors implemented inconsistently
Reviewed-by: shade, lucy
sjohanss [Wed, 04 Sep 2019 09:47:55 +0200] rev 58003
8209802: Garbage collectors should register JFR types themselves to avoid build errors.
Reviewed-by: kbarrett, tschatzl
sjohanss [Wed, 04 Sep 2019 09:47:51 +0200] rev 58002
8230431: Move G1 trace code from gcTrace* to G1 directory
Reviewed-by: kbarrett, lkorinth
mbaesken [Tue, 03 Sep 2019 17:52:36 +0200] rev 58001
8229182: runtime/containers/docker/TestMemoryAwareness.java test fails on SLES12
Reviewed-by: clanger, mseledtsov
mbaesken [Tue, 03 Sep 2019 16:52:55 +0200] rev 58000
8230485: add handling of aix tar in configure
Reviewed-by: erikj
jjiang [Wed, 04 Sep 2019 12:47:42 +0800] rev 57999
8226221: Update PKCS11 tests to use NSS 3.46 libs
Reviewed-by: xuelei
dholmes [Tue, 03 Sep 2019 23:42:06 -0400] rev 57998
6313903: Thread.sleep(3) might wake up immediately on windows
Reviewed-by: rehn, dcubed, rriggs
mgronlun [Tue, 03 Sep 2019 22:54:46 +0200] rev 57997
single pass only to install typeset blobs to sample candidates
vlivanov [Tue, 03 Sep 2019 17:45:02 +0300] rev 57996
8227236: assert(singleton != __null && singleton != declared_interface) failed
Reviewed-by: dlong
zgu [Tue, 03 Sep 2019 13:55:41 -0400] rev 57995
8230483: Shenandoah: consistently disable concurrent roots for Traversal mode
Reviewed-by: shade
jpai [Fri, 30 Aug 2019 17:22:55 +0530] rev 57994
8223714: HTTPSetAuthenticatorTest could be made more resilient
Summary: HTTPTestServer (in the test infrastructure) will no longer stop accepting requests if a previous request processing failed
Reviewed-by: dfuchs