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
roland [Wed, 22 Aug 2018 10:36:39 +0200] rev 51489
8209686: cleanup arguments to PhaseIdealLoop() constructor
Reviewed-by: thartmann, kvn, pliden
tschatzl [Wed, 22 Aug 2018 16:01:29 +0200] rev 51488
8209839: [Backout] Backout JDK-8206467 Refactor G1ParallelCleaningTask into shared
Reviewed-by: zgu
rkennke [Sun, 19 Aug 2018 20:00:57 +0200] rev 51487
8209667: Explicit barriers for C1/LIR
Reviewed-by: eosterlund, roland
coleenp [Wed, 22 Aug 2018 07:51:07 -0400] rev 51486
8208172: SIGSEGV when owner of invokedynamic bootstrap method throws an exception - Symbol::increment_refcount()+0x0
Summary: table for resolution errors always expect non-null message string.
Reviewed-by: dholmes, iklam
eosterlund [Wed, 22 Aug 2018 13:06:33 +0200] rev 51485
8208601: Introduce native oop barriers in C2 for OopHandle
Reviewed-by: neliasso, kvn
rkennke [Wed, 22 Aug 2018 13:01:26 +0200] rev 51484
8209801: Rename C1_WRITE_ACCESS and C1_READ_ACCESS decorators to ACCESS_READ and ACCESS_WRITE
Reviewed-by: kbarrett, pliden
roland [Wed, 22 Aug 2018 10:09:06 +0200] rev 51483
8209684: Intrinsics that assume some input non null should use GraphKit::must_be_not_null()
Reviewed-by: kvn, thartmann
roland [Tue, 14 Aug 2018 16:54:47 +0200] rev 51482
8209420: Track membars for volatile accesses so they can be properly optimized
Reviewed-by: adinn, aph, thartmann
weijun [Wed, 22 Aug 2018 15:10:40 +0800] rev 51481
8209829: SpnegoUnknownMech.java does not contain the SpnegoUnknownMech class
Reviewed-by: dholmes