aph [Tue, 12 Jun 2018 10:27:49 +0000] rev 50519
8204606: [Aarch64] SIGSEGVs caused by C1 because of improper register usage
Summary: Use correct registers for pasing arguments
Reviewed-by: adinn, smonteith
jlahoda [Tue, 12 Jun 2018 12:14:46 +0200] rev 50518
8204674: Inconsistent lambda parameter span
Summary: Correcting parameter spans for lambda parameters.
Reviewed-by: mcimadamore
smonteith [Sun, 10 Jun 2018 20:53:10 +0100] rev 50517
8204628: [AArch64] Assertion failure in BarrierSetAssembler::load_at
Reviewed-by: aph, drwhite, eosterlund, adinn
goetz [Wed, 30 May 2018 14:46:17 +0200] rev 50516
8204477: Count linkage errors and print in Exceptions::print_exception_counts_on_error
Reviewed-by: stuefe, coleenp
Contributed-by: Rene Schuenemann <rene.schuenemann@gmail.com>
goetz [Wed, 30 May 2018 14:46:17 +0200] rev 50515
8204476: Add additional statistics to CodeCache::print_summary
Reviewed-by: kvn, stuefe
Contributed-by: Rene Schuenemann <rene.schuenemann@gmail.com>
sdama [Tue, 12 Jun 2018 14:16:41 +0530] rev 50514
8196993: Resolve disabled warnings for libunpack
Summary: captured return values and labelled as fall through to avoid unused-result and implicit-fallthrough gcc warnings
Reviewed-by: mchung
kbarrett [Mon, 11 Jun 2018 22:35:07 -0400] rev 50513
8204097: Simplify OopStorage::AllocateList block entry access
Summary: Removed obsolete support for blocks being in multiple lists.
Reviewed-by: coleenp, tschatzl
xyin [Tue, 12 Jun 2018 08:51:28 +0800] rev 50512
8201528: Add new test to check for package versioning information in OpenJDK
Reviewed-by: mchung