kevinw [Fri, 01 Mar 2019 04:34:28 -0800] rev 53990
8219513: compiler/codegen/aes/TestCipherBlockChainingEncrypt.java timeout on Solaris-sparc
Reviewed-by: kvn, iignatyev
Contributed-by: fairoz.matte@oracle.com
fyang [Fri, 01 Mar 2019 14:38:59 +0800] rev 53989
8219888: aarch64: add CPU detection code for HiSilicon TSV110
Reviewed-by: aph, drwhite, pzhang
Contributed-by: dongbo4@huawei.com
gadams [Mon, 04 Mar 2019 08:45:05 -0500] rev 53988
4903717: nsk/jdi/ThreadReference/isSuspended/issuspended002 failing
Reviewed-by: amenkov, sspitsyn
tschatzl [Mon, 04 Mar 2019 11:49:16 +0100] rev 53987
8219856: Spell out G1CollectorPolicy::is_hetero_heap
Reviewed-by: sangheki, kbarrett
tschatzl [Mon, 04 Mar 2019 11:49:16 +0100] rev 53986
8219748: Add and use getter for the timing object in G1
Reviewed-by: shade, kbarrett
tschatzl [Mon, 04 Mar 2019 11:49:16 +0100] rev 53985
8219747: Remove g1_ prefix to g1_remset and g1_policy members in G1CollectedHeap
Reviewed-by: shade, sangheki
tschatzl [Mon, 04 Mar 2019 11:49:16 +0100] rev 53984
8219369: Add named constants for iterating ExtRootScan phases
Reviewed-by: kbarrett, sangheki
tschatzl [Mon, 04 Mar 2019 11:49:16 +0100] rev 53983
8218880: G1 crashes when issuing a periodic GC while the GCLocker is held
Summary: Do not wait for the GC locker in the periodic GC thread as the GC locker being held is an indication for being busy anyway.
Reviewed-by: kbarrett, shade