rehn [Wed, 27 Jun 2018 12:46:15 +0200] rev 50815
8205583: Crash in ConcurrentHashTable do_bulk_delete_locked_for
Reviewed-by: coleenp, gziemski
mdoerr [Wed, 27 Jun 2018 11:54:15 +0200] rev 50814
8205609: [PPC64] Fix PPC64 part of 8010319 and TLH without UseSIGTRAP on AIX
Reviewed-by: dholmes, goetz
ssahoo [Wed, 27 Jun 2018 02:20:55 -0700] rev 50813
8205111: Develop new Test to verify different key types for supported TLS protocols.
Summary: TLS test with different key types for supported.
Reviewed-by: xuelei
pliden [Wed, 27 Jun 2018 11:05:07 +0200] rev 50812
8205663: ZGC: Log metaspace used/capacity/committed/reserved
Reviewed-by: stefank, ehelin
pliden [Wed, 27 Jun 2018 11:05:01 +0200] rev 50811
8205664: Move detailed metaspace logging from debug to trace
Reviewed-by: stuefe, stefank
pmuthuswamy [Wed, 27 Jun 2018 12:56:21 +0530] rev 50810
8187288: bad (no) wrapping for modifier and type column
Reviewed-by: jjg
smarks [Tue, 26 Jun 2018 19:45:59 -0700] rev 50809
8203670: unmodifiable List iterator() implementations should not be ListIterators
Reviewed-by: redestad, igerasim, plevart
amlu [Wed, 27 Jun 2018 09:44:46 +0800] rev 50808
8205673: Problem list RmiRegistrySslTest.java and RmiSslBootstrapTest.sh
Reviewed-by: xuelei
erikj [Tue, 26 Jun 2018 17:41:42 -0700] rev 50807
8205625: linux-aarch64-cmp-baseline fails builds-tier5
Reviewed-by: dholmes
iignatyev [Tue, 26 Jun 2018 16:01:37 -0700] rev 50806
8199580: [TESTBUG] Un-quarantine vm/mlvm/indy/func/jdi/breakpointOtherStratum and breakpoint
Reviewed-by: kvn
sspitsyn [Tue, 26 Jun 2018 15:46:20 -0700] rev 50805
8205723: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java
Summary: Add the test to the ProblemList.txt
Reviewed-by: dcubed, cjplummer
dnsimon [Wed, 27 Jun 2018 00:16:37 +0200] rev 50804
8205703: [JVMCI] Expose all GC selection flags
Reviewed-by: kvn, dlong
kbarrett [Tue, 26 Jun 2018 16:59:38 -0400] rev 50803
8205559: Remove IN_CONCURRENT_ROOT Access decorator
Summary: Removed decorator and made all NativeAccess use barriers.
Reviewed-by: pliden, stefank
sspitsyn [Tue, 26 Jun 2018 13:50:59 -0700] rev 50802
8205721: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java
Summary: Add the test to the ProblemList.txt
Reviewed-by: dcubed
stefank [Tue, 26 Jun 2018 13:55:17 +0200] rev 50801
8144992: Remove OopIterateClosure::idempotent
Reviewed-by: pliden, kbarrett
stefank [Tue, 26 Jun 2018 13:54:19 +0200] rev 50800
8205607: Use oop_iterate instead of oop_iterate_no_header
Reviewed-by: pliden, kbarrett
sspitsyn [Tue, 26 Jun 2018 12:29:20 -0700] rev 50799
8205701: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java
Summary: Add the test to the ProblemList.txt
Reviewed-by: dcubed
dcubed [Tue, 26 Jun 2018 14:15:49 -0400] rev 50798
8205648: fix for 8205195 breaks secondary error handling
Summary: Only grab Threads_lock in VMError::controlled_crash() when we don't already own it.
Reviewed-by: sspitsyn, stuefe
jlaskey [Tue, 26 Jun 2018 14:14:29 -0300] rev 50797
8205696: Undo licence.md
Reviewed-by: sundar, hannesw
rriggs [Tue, 26 Jun 2018 12:42:36 -0400] rev 50796
8205547: FileChannel/CleanerTest.java fails due to expected FD count
Reviewed-by: psandoz
neliasso [Fri, 15 Jun 2018 14:46:04 +0200] rev 50795
8205107: assert(c->Opcode() == Op_SafePoint) failed: broken outer loop
Summary: Don't remove safepoint belonging to OuterStripMinedLoopEndNode
Reviewed-by: kvn
bpb [Tue, 26 Jun 2018 09:33:55 -0700] rev 50794
8205641: Make java/nio/channels/Selector/RacyDeregister.java noisier and flush after prints
Reviewed-by: alanb
kvn [Tue, 26 Jun 2018 09:14:49 -0700] rev 50793
8205400: [Graal] compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java fails with can't be enqueued for compilation on level 4
Summary: add -XX:-BackgroundCompilation to tests to eager initialize JVMCI
Reviewed-by: thartmann
apetcher [Tue, 26 Jun 2018 11:14:27 -0400] rev 50792
8203228: Branch-free output conversion for X25519 and X448
Summary: Make some field arithmetic operations for X25519/X448 more resilient against side-channel attacks
Reviewed-by: ascarpino