aph [Fri, 21 Dec 2018 18:26:55 +0000] rev 53115
8215879: AArch64: ReservedStackAccess may leave stack guard in inconsistent state
Reviewed-by: aph, dholmes
Contributed-by: Andrey Petushkov <andrey.petushkov@gmail.com>
aph [Fri, 21 Dec 2018 17:14:46 +0000] rev 53114
8215202: AArch64: jtreg test test/jdk/sun/nio/cs/FindEncoderBugs.java fails
Reviewed-by: aph
Contributed-by: nick.gasson@arm.com
hannesw [Fri, 21 Dec 2018 11:02:36 +0100] rev 53113
8215291: Broken links when generating from project without modules
Reviewed-by: jjg
pbansal [Fri, 21 Dec 2018 11:43:04 +0530] rev 53112
8215364: JavaFX crashes on Ubuntu 18.04 with Wayland while using Swing-FX interop
Reviewed-by: prr, kcr
gadams [Wed, 02 Jan 2019 07:19:33 -0500] rev 53111
8211343: nsk_jvmti_parseoptions should handle multiple suboptions
Reviewed-by: sspitsyn, cjplummer
erikj [Wed, 02 Jan 2019 12:59:26 +0100] rev 53110
8215445: Enable building for Windows in WSL
Reviewed-by: ihse
Contributed-by: andrewluotechnologies@outlook.com, erik.joelsson@oracle.com
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