dtitov [Tue, 29 Jan 2019 16:48:20 -0800] rev 53560
8163127: Debugger classExclusionFilter does not work correctly with method references
Reviewed-by: cjplummer, jcbeyler
mseledtsov [Tue, 29 Jan 2019 15:13:35 -0800] rev 53559
8217744: [TESTBUG] JFR TestShutdownEvent fails on some systems due to process surviving SIGINT
Summary: changed handling of cases when child process suvives the signal
Reviewed-by: egahlin
jjg [Tue, 29 Jan 2019 13:39:40 -0800] rev 53558
8217773: Test langtools/jdk/javadoc/doclet/testLinkOption/TestRedirectLinks.java fails after JDK-8217034
Reviewed-by: clanger, hannesw
dcubed [Tue, 29 Jan 2019 14:09:38 -0500] rev 53557
8217658: baseline_cleanups from Async Monitor Deflation project
Summary: baseline_cleanups from Async Monitor Deflation project plus a couple of misc others.
Reviewed-by: dholmes, rehn
erikj [Tue, 29 Jan 2019 10:09:13 -0800] rev 53556
8217910: Slow linking with devkit on Linux
Reviewed-by: redestad, ehelin, ihse
gziemski [Tue, 29 Jan 2019 11:44:36 -0600] rev 53555
8214821: Remove ConcurrentHashTable::get_copy
Summary: Remobed get_copy API, replaced gtest usage with get API
Reviewed-by: coleenp, rehn, kbarrett
jcbeyler [Mon, 14 Jan 2019 15:40:22 -0800] rev 53554
8212824: Remove unnecessary spaces before/after comparison in vmTestbase
Summary: Remove extra spaces around comparisons
Reviewed-by: phh, amenkov