erikj [Fri, 09 Feb 2018 13:56:50 -0800] rev 48838
8187676: Disable uninitialized warnings for two files until proper fix available
Reviewed-by: tbell, kvn, ihse
aefimov [Fri, 09 Feb 2018 14:49:38 +0000] rev 48837
6857903: SAXException.initCause() does not correctly set Exception
Reviewed-by: rriggs
lfoltan [Tue, 06 Feb 2018 10:28:22 -0500] rev 48836
8196601: IllegalAccessError: cannot access class jdk.jfr.internal.handlers.EventHandler
Summary: Do not perform access check when returning a reflection field or method or performing internal signature processing.
Reviewed-by: acorn, psandoz
jwilhelm [Mon, 05 Feb 2018 23:12:03 +0100] rev 48835
Merge
psandoz [Thu, 01 Feb 2018 14:19:04 -0800] rev 48834
8195694: ConstantBootstraps.invoke does not preserve variable arity
Reviewed-by: jrose
psandoz [Thu, 01 Feb 2018 11:24:39 -0800] rev 48833
8196583: Update jib and test jtreg version to 4.2 b12
Reviewed-by: mchung, lfoltan
ccheung [Thu, 01 Feb 2018 10:55:27 -0800] rev 48832
8196124: [testbug] runtime/appcds/jigsaw/classpathtests/DummyClassesInBootClassPath.java passes despite of error
Summary: Create another archive with whitebox.jar in the -Xbootclasspath/a; check output from TestCommon.execCommon().
Reviewed-by: iklam, mseledtsov