jgeorge [Mon, 14 Jan 2019 09:30:43 +0530] rev 53267
8215544: SA: Modify ClhsdbLauncher to add sudo privileges to enable MacOS tests on Mach5
Summary: Check if 'sudo' privileges can be added for executing macOS tests, and if so, add these privileges before executing the tests
Reviewed-by: jcbeyler, phh, sballal
dholmes [Sun, 13 Jan 2019 16:54:01 -0500] rev 53266
8214816: os::read() should not transition to _thread_blocked with safepoint check on Solaris
Reviewed-by: jiangli, mgronlun
pliden [Sun, 13 Jan 2019 17:33:26 +0100] rev 53265
8216595: Fix broken builds after JDK-8216424
Reviewed-by: redestad, alanb
redestad [Sun, 13 Jan 2019 12:50:05 +0100] rev 53264
8216424: Remove TimeLivenessAnalysis
Reviewed-by: kvn, thartmann
shade [Sat, 12 Jan 2019 13:33:18 +0100] rev 53263
8216589: s390x build failures after JDK-8216167 (Update include guards to reflect correct directories)
Reviewed-by: dholmes
naoto [Fri, 11 Jan 2019 14:24:23 -0800] rev 53262
8216140: Correct UnicodeDecoder U+FFFE handling
Reviewed-by: rriggs
ccheung [Fri, 11 Jan 2019 14:05:57 -0800] rev 53261
8216184: CDS/appCDS tests failed on Windows due to long path to a classlist file
Summary: use os::open() instead of fopen()
Reviewed-by: iklam, dholmes
sgehwolf [Fri, 11 Jan 2019 13:34:57 +0100] rev 53260
8216559: [JFR] Native libraries not correctly parsed from /proc/self/maps
Summary: Use %7s for the dev scan format as major:minor may be up to that length
Reviewed-by: mgronlun, jwilhelm