dholmes [Tue, 01 Jan 2019 20:09:02 -0500] rev 53109
8215977: hsdis installation documentation update
Reviewed-by: dholmes
Contributed-by: Sergei Ustimenko <merkel05@gmail.com>
kbarrett [Mon, 31 Dec 2018 15:40:50 -0500] rev 53108
8213481: [REDO] Fix incorrect copy constructors in hotspot
Summary: Fix and use ResourceObj copy constructor.
Reviewed-by: coleenp, dholmes, kvn
tvaleev [Sun, 30 Dec 2018 08:57:24 +0700] rev 53107
8214687: Optimize Collections.nCopies().hashCode() and equals()
Reviewed-by: igerasim, smarks
phh [Fri, 28 Dec 2018 15:19:14 -0800] rev 53106
8215966: GeneratePropertyPassword.sh uses bash syntax
Summary: Use "case" instead of "if" for the NT check to make sh happy.
Reviewed-by: dholmes
Contributed-by: merkel05@gmail.com
dholmes [Fri, 28 Dec 2018 16:31:11 -0500] rev 53105
8215954: [testbug] Remove unnecessary casts in test/hotspot/gtest/threadHelper.inline.hpp
Reviewed-by: dcubed
mbaesken [Fri, 21 Dec 2018 14:42:08 +0100] rev 53104
8215707: [macosx] fix pthread_getschedparam and pthread_setschedparam calls
Reviewed-by: clanger, dholmes
dholmes [Thu, 27 Dec 2018 21:17:11 -0500] rev 53103
8214097: Rework thread initialization and teardown logic
Reviewed-by: rehn, mgronlun, dcubed, kbarrett
kbarrett [Wed, 26 Dec 2018 19:24:00 -0500] rev 53102
8214201: Make PtrQueueSet completed buffer list private
Summary: Merge and make private in PtrQueueSet all completed buffer list handling
Reviewed-by: tschatzl, sjohanss