tschatzl [Tue, 11 Sep 2018 09:14:36 +0200] rev 51695
8210467: Remove unused G1CollectedHeap::_max_heap_capacity
Reviewed-by: sjohanss, phh
tschatzl [Tue, 11 Sep 2018 09:13:37 +0200] rev 51694
8210463: Recalculate_used() always sets time taken in G1GCPhaseTimes
Reviewed-by: phh, sjohanss
xyin [Tue, 11 Sep 2018 09:27:47 +0800] rev 51693
8209773: Refactor shell test javax/naming/module/basic.sh to java
Reviewed-by: vtewari, alanb
weijun [Tue, 11 Sep 2018 08:48:26 +0800] rev 51692
8205507: jdk/javax/xml/crypto/dsig/GenerationTests.java timed out
Reviewed-by: mullan
dlong [Mon, 10 Sep 2018 16:33:05 -0700] rev 51691
8210434: [Graal] 8209301 prevents GitHub Graal from compiling with latest JDK
Reviewed-by: dnsimon, kvn
kbarrett [Mon, 10 Sep 2018 19:18:04 -0400] rev 51690
8210511: TestSingleWriterSynchronizer can deadlock
Summary: Check for safepoints in test loops.
Reviewed-by: coleenp, eosterlund
dholmes [Mon, 10 Sep 2018 18:57:44 -0400] rev 51689
8210512: [Testbug] vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects002/referringObjects002.java fails with unexpected size of ClassLoaderReference.referringObjects
Summary: Account for the self-reference that every class has in the constant pool
Reviewed-by: sspitsyn, jcbeyler
jiangli [Mon, 10 Sep 2018 18:30:24 -0400] rev 51688
8210515: [TESTBUG]CheckArchivedModuleApp.java needs to check if EnableJVMCI is set.
Summary: System module objects are not archived when EnableJVMCI is set to true.
Reviewed-by: iklam, ccheung