dholmes [Tue, 27 Nov 2018 21:20:16 -0500] rev 52706
8214208: Nestmate package validation logging/exception should include classloader information
Reviewed-by: hseigel, coleenp, mchung
coleenp [Tue, 27 Nov 2018 19:46:57 -0500] rev 52705
8214151: [TESTBUG] CleanProtectionDomain.java fails due to RuntimeException: 'protection domain unlinked' missing
Summary: call WB_ProtectionDomainRemovedCount.
Reviewed-by: jiangli, pchilanomate
mseledtsov [Tue, 27 Nov 2018 15:52:34 -0800] rev 52704
8213914: [TESTBUG] Several JFR VM events are not covered by tests
Summary: Fixed several relevant test issues, added a test to check event coverage
Reviewed-by: egahlin
dcubed [Tue, 27 Nov 2018 18:35:16 -0500] rev 52703
8202415: Incorrect time logged for monitor deflation
Summary: Add support for "deflating per-thread idle monitors" log mesgs.
Reviewed-by: dholmes, coleenp
jiangli [Tue, 27 Nov 2018 17:53:17 -0500] rev 52702
8214217: [TESTBUG] runtime/appcds/LotsOfClasses.java failed with fragmented heap
Summary: Improve the fragmentation error message. Set java heap size in LotsOfClasses.java.
Reviewed-by: iklam, ccheung
pchilanomate [Tue, 27 Nov 2018 13:39:57 -0500] rev 52701
8150689: Thread dump report "waiting to re-lock in wait()" shows incorrectly
Summary: "waiting to re-lock in wait()" is now shown in the frame where relocking is taking place
Reviewed-by: dholmes, dcubed
darcy [Tue, 27 Nov 2018 11:28:47 -0800] rev 52700
8213911: Use example.com in java.net and other examples
Reviewed-by: prappo, chegar, rriggs, mullan
joehw [Tue, 27 Nov 2018 09:40:32 -0800] rev 52699
8177286: AttributeSet: attempt to compare Qname and String
Reviewed-by: lancea
mgronlun [Tue, 27 Nov 2018 18:14:27 +0100] rev 52698
8214287: SpecJbb2005StressModule got uncaught exception
Reviewed-by: egahlin, jwilhelm
vromero [Tue, 27 Nov 2018 11:07:44 -0500] rev 52697
8203277: preflow visitor used during lambda attribution shouldn't visit class definitions inside the lambda body
Reviewed-by: mcimadamore