epavlova [Tue, 24 Sep 2019 08:54:08 -0700] rev 58298
8231376: Unproblem list compiler/unsafe/Unsafe{Off,On}HeapBooleanTest.java tests
Reviewed-by: iignatyev
naoto [Tue, 24 Sep 2019 08:55:13 -0700] rev 58297
8230531: API Doc for CharsetEncoder.maxBytesPerChar() should be clearer about BOMs
Reviewed-by: martin, alanb
erikj [Tue, 24 Sep 2019 11:39:47 +0800] rev 58296
8231351: Add notes for PKCS11 tests in the test doc
Reviewed-by: erikj, jjiang
Contributed-by: huangjia@loongson.cn
michaelm [Tue, 24 Sep 2019 16:19:11 +0100] rev 58295
8231187: SelectorProvider.inheritedChannel() returns TCP socket channel for Unix domain socket
Reviewed-by: alanb, chegar
pliden [Tue, 24 Sep 2019 17:08:19 +0200] rev 58294
8231270: ZGC: Remove ZAddressSpace* and ZAddressReserved*
Reviewed-by: stefank, eosterlund
pliden [Tue, 24 Sep 2019 17:08:18 +0200] rev 58293
8231266: ZGC: Minor cleanups in ZCollectedHeap and ZHeap
Reviewed-by: stefank, eosterlund
pliden [Tue, 24 Sep 2019 17:08:18 +0200] rev 58292
8231251: ZGC: Fix ZHeap includes
Reviewed-by: stefank, eosterlund
coleenp [Tue, 24 Sep 2019 10:12:56 -0400] rev 58291
8213150: Add verification for locking by VMThread
Summary: extend verification for all locking not just VMOperations, and fix CLDG lock to not be taken by VM thread.
Reviewed-by: rehn, dholmes
jlahoda [Tue, 24 Sep 2019 15:40:26 +0200] rev 58290
Converting the test to a combo-framework test.
pconcannon [Mon, 23 Sep 2019 16:53:16 +0100] rev 58289
8217825: Verify @AfterTest is used correctly in WebSocket tests
Summary: Remove @AfterTest tags; added in explicit closing of resources e.g. httpServer, webSocket, etc
Reviewed-by: dfuchs, prappo