gziemski [Wed, 08 May 2019 11:11:50 -0500] rev 54764
8185525: Add JFR event for DictionarySizes
Summary: Added TableStatistics event
Reviewed-by: egahlin, coleenp
aoqi [Wed, 08 May 2019 20:57:12 +0800] rev 54763
8222926: Shenandoah build fails with --with-jvm-features=-compiler1
Reviewed-by: shade, rkennke
Contributed-by: Ao Qi <aoqi@loongson.cn>
vromero [Wed, 08 May 2019 10:10:54 -0400] rev 54762
8222949: add condy support to javac's pool API
Reviewed-by: mcimadamore
hseigel [Wed, 08 May 2019 10:08:11 -0400] rev 54761
8217846: [Graal] vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts003/instancecounts003.java crash
Summary: Make sure the array calls's mirror was successfully created before putting the array class on its class loader data list
Reviewed-by: lfoltan, coleenp
tonyp [Wed, 08 May 2019 09:38:58 -0400] rev 54760
8223397: gc+promotion log lines are missing the GC id
Reviewed-by: tschatzl, pliden
rraghavan [Wed, 08 May 2019 18:05:28 +0530] rev 54759
8223445: compiler/intrinsics/mathexact/LongMulOverflowTest.java java timeout
Summary: Problem list the test with Graal because it uses -Xcomp in combination with -XX:-TieredCompilation
Reviewed-by: kvn, thartmann
shade [Wed, 08 May 2019 14:27:14 +0200] rev 54758
8223570: Shenandoah needs to acquire lock before CLDG::clear_claimed_marks
Reviewed-by: rkennke, tschatzl
gadams [Wed, 08 May 2019 07:56:49 -0400] rev 54757
8223416: Exclude javax/management/monitor/DerivedGaugeMonitorTest.java until JDK-8042211 is fixed.
Reviewed-by: dcubed
coleenp [Wed, 08 May 2019 06:40:45 -0400] rev 54756
8223391: Unsynchronized iteration of ClassLoaderDataGraph
Summary: lock in G1 before clear_claimed_marks
Reviewed-by: hseigel, lfoltan, tschatzl
rkennke [Wed, 08 May 2019 11:59:14 +0200] rev 54755
8223244: Fix usage of ARRAYCOPY_DISJOINT decorator
Reviewed-by: eosterlund, shade