kbarrett [Wed, 13 Nov 2019 18:00:30 -0500] rev 59067
8232588: G1 concurrent System.gc can return early or late
8233279: G1: GCLocker GC with +GCLockerInvokesConcurrent spins while cycle in progress
Summary: Refactor G1CH::try_collect and fix bugs with concurrent collections.
Reviewed-by: tschatzl, sjohanss
amenkov [Wed, 13 Nov 2019 14:08:04 -0800] rev 59066
8231915: two JDI tests interfere with each other
Reviewed-by: sspitsyn, dtitov
cjplummer [Wed, 13 Nov 2019 13:05:16 -0800] rev 59065
8231635: SA Stackwalking code stuck in BasicTypeDataBase.findDynamicTypeForAddress()
Summary: Better checking for invalid stack address when walking the stack frames
Reviewed-by: sspitsyn, dtitov
iignatyev [Wed, 13 Nov 2019 11:34:31 -0800] rev 59064
8226795: compiler/tiered/Level2RecompilationTest.java fails when XX:TieredStopAtLevel=1/2/3 is set
Reviewed-by: redestad
iignatyev [Wed, 13 Nov 2019 10:59:25 -0800] rev 59063
8225756: [testbug] compiler/loopstripmining/CheckLoopStripMining.java sets too short a SafepointTimeoutDelay
Reviewed-by: kvn, epavlova, roland, mdoerr
sangheki [Wed, 13 Nov 2019 10:51:41 -0800] rev 59062
8220312: Implementation: NUMA-Aware Memory Allocation for G1, Logging (3/3)
Reviewed-by: kbarrett, sjohanss, tschatzl
sangheki [Wed, 13 Nov 2019 10:49:32 -0800] rev 59061
8220311: Implementation: NUMA-Aware Memory Allocation for G1, Survivor (2/3)
Reviewed-by: kbarrett, sjohanss, tschatzl
sangheki [Wed, 13 Nov 2019 10:49:12 -0800] rev 59060
8220310: Implementation: NUMA-Aware Memory Allocation for G1, Mutator (1/3)
Reviewed-by: kbarrett, sjohanss, tschatzl, pliden
mullan [Wed, 13 Nov 2019 13:43:06 -0500] rev 59059
8214483: Remove algorithms that use MD5 or DES from security requirements
Reviewed-by: xuelei
jjg [Wed, 13 Nov 2019 10:33:00 -0800] rev 59058
8234025: Elements.getPackageElement(ModuleElement,CharSequence) returns null for unnamed package
Reviewed-by: jlahoda