jnimeh [Thu, 22 Aug 2019 14:09:36 -0700] rev 57849
8225436: Stapled OCSPResponses should be added to PKIXRevocationChecker irrespective of revocationEnabled flag
Reviewed-by: mullan
egahlin [Thu, 22 Aug 2019 20:36:52 +0200] rev 57848
Take timestamp on commit
shade [Thu, 22 Aug 2019 20:22:29 +0200] rev 57847
8230046: Build failure after JDK-8230003
Reviewed-by: zgu, coleenp
aefimov [Thu, 22 Aug 2019 18:54:56 +0100] rev 57846
8078219: Verify lack of @test tag in files in java/net test directory
Reviewed-by: alanb
Contributed-by: Patrick Concannon <patrick.concannon@oracle.com>
lmesnik [Thu, 22 Aug 2019 10:41:07 -0700] rev 57845
Merge
lmesnik [Thu, 22 Aug 2019 10:40:34 -0700] rev 57844
8229957: Harden pid verification in attach mechanism
Reviewed-by: sspitsyn, ysuenaga, sgehwolf
mseledtsov [Thu, 22 Aug 2019 10:35:31 -0700] rev 57843
8226779: [TESTBUG] Test JFR API from Java agent
Summary: Created new tests for JFR plus Java Agent
Reviewed-by: egahlin
lancea [Thu, 22 Aug 2019 10:43:25 -0400] rev 57842
8229887: (zipfs) zip file corruption when replacing an existing STORED entry
Reviewed-by: alanb, redestad, dfuchs
coleenp [Thu, 22 Aug 2019 09:53:19 -0400] rev 57841
Merge
coleenp [Thu, 22 Aug 2019 09:51:36 -0400] rev 57840
8230003: Make Monitor inherit from Mutex
Summary: Reverse inheritance that makes more sense.
Reviewed-by: dholmes, rehn, pchilanomate
mdoerr [Thu, 22 Aug 2019 15:52:03 +0200] rev 57839
8229925: [s390, PPC64] Exception check missing in interpreter
Reviewed-by: dholmes, rrich
michaelm [Thu, 22 Aug 2019 14:36:10 +0100] rev 57838
8199849: Add support for UTF-8 encoded credentials in HTTP Basic Authentication
Reviewed-by: chegar, dfuchs
shade [Thu, 22 Aug 2019 13:47:14 +0200] rev 57837
8229998: Build failure after JDK-8227054
Reviewed-by: rkennke, zgu
shade [Thu, 22 Aug 2019 13:47:13 +0200] rev 57836
8230024: Shenandoah: remove unnecessary ShenandoahTimingConverter
Reviewed-by: rkennke, zgu
rehn [Thu, 22 Aug 2019 12:46:20 +0200] rev 57835
8229967: Enable thread local handshakes on zero
Reviewed-by: sgehwolf, shade
thartmann [Thu, 22 Aug 2019 12:24:02 +0200] rev 57834
8224624: Inefficiencies in CodeStrings::add_comment cause timeouts
Summary: Changing CodeStrings to a doubly-linked-list and searching for the comment with the right offset in reverse.
Reviewed-by: kvn