dpochepk [Tue, 19 Jun 2018 18:18:25 +0300] rev 50641
8204353: AARCH64: optimize FPU load and stores in macroAssembler
Reviewed-by: aph
dpochepk [Tue, 19 Jun 2018 18:14:25 +0300] rev 50640
8204473: AARCH64: register post-index addressing mode is not supported directly
Reviewed-by: aph
erikj [Tue, 19 Jun 2018 16:44:41 +0200] rev 50639
8205183: Warning about using VS2017 should be removed
Reviewed-by: prr, tbell
mdoerr [Tue, 19 Jun 2018 16:29:48 +0200] rev 50638
8205172: 32 bit build broken
Reviewed-by: roland, kvn, dholmes
rehn [Tue, 19 Jun 2018 16:14:39 +0200] rev 50637
8205006: Assertion failure when rehashing stringtable
Reviewed-by: lfoltan, zgu
vromero [Tue, 19 Jun 2018 05:22:07 -0700] rev 50636
8205052: No compilation error thrown when no valid parameterization exists for functional interface type
Reviewed-by: mcimadamore
phh [Tue, 19 Jun 2018 05:18:49 -0700] rev 50635
8195115: G1 Old Gen MemoryPool CollectionUsage.used values don't reflect mixed GC results
Summary: Memory pools can now be optional collection participants, e.g., G1 Old Gen in an incremental collection.
Reviewed-by: ehelin, mchung
lfoltan [Tue, 19 Jun 2018 07:54:11 -0400] rev 50634
8202605: Standardize on ClassLoaderData::loader_name() throughout the VM to obtain a class loader's name
Summary: Introduced ClassLoaderData::name() and ClassLoaderData::name_and_id() for use when obtaining a class loader's name.
Reviewed-by: coleenp, goetz, mchung, stuefe