mbaesken [Thu, 05 Sep 2019 09:59:43 +0200] rev 58017
8230466: check malloc/calloc results in jdk.hotspot.agent
Reviewed-by: cjplummer, ysuenaga, sspitsyn
stuefe [Thu, 05 Sep 2019 11:09:12 +0200] rev 58016
8230642: 8224815 broke Shenandoah build
Reviewed-by: shade
eosterlund [Thu, 05 Sep 2019 08:26:49 +0200] rev 58015
8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
Reviewed-by: stefank, coleenp
eosterlund [Thu, 05 Sep 2019 08:26:44 +0200] rev 58014
8229189: Improve JFR leak profiler tracing to deal with discontiguous heaps
Reviewed-by: mgronlun, egahlin
jjiang [Thu, 05 Sep 2019 14:55:21 +0800] rev 58013
8228967: Trust/Key store and SSL context utilities for tests
Reviewed-by: xuelei
jwilhelm [Thu, 05 Sep 2019 02:13:59 +0200] rev 58012
Added tag jdk-14+13 for changeset fbbe6672ae15
darcy [Wed, 04 Sep 2019 15:49:25 -0700] rev 58011
8230626: Make UnknownFooException strings more informative
Reviewed-by: jjg, mr
mseledtsov [Wed, 04 Sep 2019 13:57:26 -0700] rev 58010
8230624: [TESTBUG] Problemlist JFR compiler/TestCodeSweeper.java
Summary: Added the test to the problem list
Reviewed-by: egahlin
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