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>
mseledtsov [Fri, 02 Aug 2019 13:51:34 -0700] rev 57631
8228687: [TESTBUG] exclude Container tests from hotspot_misc group
Summary: Excluded hotspot_containers from hotspot_misc
Reviewed-by: dcubed
dcubed [Fri, 02 Aug 2019 15:13:10 -0400] rev 57630
8229032: ProblemList jdk/internal/platform/docker/TestDockerMemoryMetrics.java
Reviewed-by: mseledtsov, kbarrett
jcbeyler [Fri, 02 Aug 2019 11:24:59 -0700] rev 57629
8228998: Remove the testing against NSK_FALSE from tests
Summary: Remove the testing against NSK_FALSE from tests
Reviewed-by: cjplummer, sspitsyn
egahlin [Fri, 02 Aug 2019 20:05:23 +0200] rev 57628
Fix EventStream:setStartTime
egahlin [Fri, 02 Aug 2019 20:04:02 +0200] rev 57627
Add EventStream::openRepository() method
mdoerr [Fri, 02 Aug 2019 11:28:58 +0200] rev 57626
8228649: [PPC64] SA reads wrong slots from interpreter frames
Summary: Make frame layout consistent between dbg and product build and implement offsets accordingly.
Reviewed-by: goetz, gromero
rkennke [Fri, 02 Aug 2019 11:21:41 +0200] rev 57625
8229002: Shenandoah: Missing node types in ShenandoahLoadReferenceBarrier::needs_barrier_impl()
Reviewed-by: shade