pliden [Thu, 23 Aug 2018 10:52:27 +0200] rev 51503
8209831: ZGC: Clean up ZRelocationSetSelectorGroup::semi_sort()
Reviewed-by: eosterlund, kbarrett
joehw [Wed, 22 Aug 2018 14:28:47 -0700] rev 51502
8209615: ParseError in XMLEventReader on a valid input
Reviewed-by: lancea
dlong [Wed, 22 Aug 2018 13:53:48 -0700] rev 51501
8209651: better TLS poll for x64 C2
Reviewed-by: kvn
jwilhelm [Wed, 22 Aug 2018 21:48:39 +0200] rev 51500
Added tag jdk-12+8 for changeset 492b366f8e57
mchung [Wed, 22 Aug 2018 13:47:47 -0500] rev 51499
8167314: Enable the check to detect duplicate provides in in GenModuleInfoSource
Reviewed-by: lancea
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51498
8209062: Clean up G1MonitoringSupport
Reviewed-by: phh, sangheki
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51497
8209061: Move G1 serviceability functionality to G1MonitoringSupport
Reviewed-by: phh, sangheki
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51496
8209700: Remove HeapRegionSetBase::RegionSetKind for a more flexible approach
Reviewed-by: kbarrett, phh
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51495
8209698: Remove "Pinned" from HeapRegionTraceType
Reviewed-by: iklam
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51494
8208498: Put archive regions into a first-class HeapRegionSet
Summary: Maintain archive regions in a HeapRegionSet like other region types.
Reviewed-by: phh, sangheki
amenkov [Wed, 22 Aug 2018 10:28:34 -0700] rev 51493
8209605: com/sun/jdi/BreakpointWithFullGC.java fails with ZGC
Reviewed-by: sspitsyn, dholmes
dtitov [Wed, 22 Aug 2018 08:31:15 -0700] rev 51492
8202342: [Graal] fromTonga/nsk/jvmti/unit/FollowReferences/followref003/TestDescription.java fails with "Location mismatch" errors
Reviewed-by: sspitsyn, amenkov
iklam [Tue, 14 Aug 2018 09:59:37 -0700] rev 51491
8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed
Summary: Relocate and patch archive regions if necessary
Reviewed-by: jiangli, tschatzl
adinn [Wed, 22 Aug 2018 16:06:51 +0100] rev 51490
8209783: AArch64: Combine Multiply and Neg operations in C2
Summary: Generate mneg instructions for a*(-b) or (-a)*b to save one instruction
Reviewed-by: adinn
Contributed-by: pengfei.li@arm.com