mbaesken [Thu, 01 Aug 2019 08:59:31 +0200] rev 57645
8228658: test GetTotalSafepointTime.java fails on fast Linux machines with Total safepoint time 0 ms
Reviewed-by: dholmes, jcbeyler
mgronlun [Fri, 02 Aug 2019 10:43:30 +0200] rev 57644
8228834: Regression caused by JDK-8214542 not installing complete checkpoint data to candidates
Reviewed-by: egahlin
itakiguchi [Thu, 01 Aug 2019 10:47:51 -0700] rev 57643
8227919: 8213232 causes crashes on solaris sparc64
Reviewed-by: prr, vkempik
mikael [Thu, 01 Aug 2019 09:27:24 -0700] rev 57642
Added tag jdk-13+32 for changeset 929f37a9c35d
egahlin [Mon, 05 Aug 2019 23:57:47 +0200] rev 57641
Adapt Java event commit() method for streaming
egahlin [Mon, 05 Aug 2019 22:40:46 +0200] rev 57640
Fix first(...), next(...) and last() path from RepositoryFiles
manc [Mon, 05 Aug 2019 13:18:31 -0700] rev 57639
8225776: Optimize branch frequency of G1's write post-barrier in C2
Reviewed-by: tschatzl, dlong
Contributed-by: Man Cao <manc@google.com>, Chuck Rasbold <rasbold@google.com>
egahlin [Mon, 05 Aug 2019 19:58:56 +0200] rev 57638
Fix NPE in SafePath
coleenp [Mon, 05 Aug 2019 11:16:48 -0400] rev 57637
8229000: Fix lock and reenable assert in Monitor::check_safepoint_state
Reviewed-by: dholmes, kbarrett
rpatil [Mon, 05 Aug 2019 11:11:18 +0530] rev 57636
8158880: test/java/time/tck/java/time/format/TCKDateTimeFormatterBuilder.java fail with zh_CN locale
Reviewed-by: naoto
Contributed-by: thejasvi.v.voniadka@oracle.com
erikj [Mon, 05 Aug 2019 07:59:42 -0700] rev 57635
8058539: Platform specific source files may not end up in src.zip
Reviewed-by: alanb
hannesw [Mon, 05 Aug 2019 15:29:09 +0200] rev 57634
8228393: Add an indicator for external links in javadoc
Reviewed-by: jjg
jiefu [Sat, 03 Aug 2019 09:04:04 +0800] rev 57633
8229020: Failure on CPUs allowing loads reordering: assert(_tasks[t] == 1) failed: What else?
Reviewed-by: tschatzl, kbarrett
thartmann [Mon, 05 Aug 2019 08:03:25 +0200] rev 57632
6394013: C2: Remove VerifyOpto
Summary: Removed the VerifyOpto flag.
Reviewed-by: kvn, thartmann
Contributed-by: Christian Hagedorn <christian.hagedorn@oracle.com>