stefank [Tue, 19 Feb 2019 10:03:29 +0100] rev 53813
8218746: SA: Implement discontiguous bitmap for ZGC
Reviewed-by: eosterlund, jgeorge
stefank [Tue, 19 Feb 2019 10:02:54 +0100] rev 53812
8218743: SA: Add support for large bitmaps
Reviewed-by: eosterlund, jgeorge
stefank [Tue, 19 Feb 2019 10:02:42 +0100] rev 53811
8218734: SA: Incorrect and raw loads of OopHandles
Reviewed-by: eosterlund, coleenp, jgeorge
stefank [Tue, 19 Feb 2019 10:02:00 +0100] rev 53810
8218733: SA: CollectedHeap provides broken implementation for used() and capacity()
Reviewed-by: shade, jgeorge, eosterlund
stefank [Tue, 19 Feb 2019 10:01:50 +0100] rev 53809
8218732: SA: Resolves ZPageAllocator::_physical incorrectly
Reviewed-by: eosterlund, jgeorge
stefank [Tue, 19 Feb 2019 10:00:51 +0100] rev 53808
8218731: SA: Use concrete class the as return type of VMObjectFactory.newObject
Reviewed-by: eosterlund
mbaesken [Mon, 18 Feb 2019 09:38:43 +0100] rev 53807
8219112: name_and_sig_as_C_string usages in frame_s390 miss ResourceMark
Reviewed-by: shade, lucy
thartmann [Tue, 19 Feb 2019 08:58:55 +0100] rev 53806
8218721: C1's CEE optimization produces safepoint poll with invalid debug information
Summary: Bail out of CEE if one of the gotos is a safepoint but the if is not.
Reviewed-by: vlivanov, mdoerr