smarks [Thu, 06 Dec 2018 14:34:11 -0800] rev 52887
8211882: Broken links in serialized-form.html
Reviewed-by: darcy, lancea
jcbeyler [Thu, 06 Dec 2018 14:18:39 -0800] rev 52886
8214531: HeapMonitorEventOnOffTest.java test fails with "Statistics should be null to begin with"
Summary: Remove the enable sampling and let the underlying method call it
Reviewed-by: sspitsyn, phh
vromero [Thu, 06 Dec 2018 15:51:19 -0500] rev 52885
8214514: javac @file option gives error caused by Chinese encoding in the path
Reviewed-by: jjg
ecaspole [Thu, 06 Dec 2018 13:54:52 -0500] rev 52884
Merge
ecaspole [Thu, 06 Dec 2018 13:54:19 -0500] rev 52883
8214912: LogCompilation: Show the comp level
Summary: Show the TieredCompilation level from the xml log
Reviewed-by: kvn, iignatyev
eosterlund [Thu, 06 Dec 2018 18:11:53 +0100] rev 52882
8214401: [AOT] crash in ClassLoaderData::is_alive() with AOTed jdk.base
Reviewed-by: kvn, dlong
lfoltan [Thu, 06 Dec 2018 10:46:10 -0500] rev 52881
8214275: CondyRepeatFailedResolution asserts "Dynamic constant has no fixed basic type"
Summary: GenerateOopMap::do_ldc must check for a DynamicInError as well as a Dynamic constant pool tag.
Reviewed-by: coleenp
itakiguchi [Thu, 06 Dec 2018 10:22:23 -0500] rev 52880
8212794: IBM-964 is required for AIX default charset
Reviewed-by: rriggs, ihse, alanb
rriggs [Thu, 06 Dec 2018 09:55:02 -0500] rev 52879
8214498: java/util/Locale/bcp47u/SystemPropertyTests.java wrong locale default
Reviewed-by: lancea, bpb
hseigel [Thu, 06 Dec 2018 09:58:26 -0500] rev 52878
8214807: Improve handling of very old class files
Summary: Remove old version specific code in reflection.cpp
Reviewed-by: acorn, dholmes