jjg [Wed, 21 Nov 2018 12:36:16 -0800] rev 52644
8214139: Remove wrapper methods from {Base,Html}Configuration
Reviewed-by: pmuthuswamy, hannesw
apetcher [Wed, 21 Nov 2018 15:06:13 -0500] rev 52643
8213202: Possible race condition in TLS 1.3 session resumption
Reviewed-by: jnimeh
jcbeyler [Wed, 21 Nov 2018 10:46:45 -0800] rev 52642
8214149: Move out assignments when not using NSK*VERIFY macros
Summary: Move out the assignments from ifs
Reviewed-by: sspitsyn, cjplummer
alanb [Wed, 21 Nov 2018 18:44:11 +0000] rev 52641
8214078: (fs) SecureDirectoryStream not supported on arm32
Reviewed-by: alanb
Contributed-by: nick.gasson@arm.com
jcbeyler [Wed, 21 Nov 2018 09:38:27 -0800] rev 52640
8213721: [Graal] Tests vmTestbase/nsk/stress/except/except* may be encountering SEGV during out-of-memory conditions
Summary: Add the exception handler only for the current thread
Reviewed-by: dholmes, sspitsyn, thartmann
bpb [Wed, 21 Nov 2018 08:16:25 -0800] rev 52639
8213235: java/nio/channels/SocketChannel/AsyncCloseChannel.java fails with threads that didn't exit
Reviewed-by: alanb, dfuchs
coffeys [Wed, 21 Nov 2018 15:09:27 +0000] rev 52638
8213942: URLStreamHandler initialization race
Reviewed-by: alanb, chegar, prappo
kbarrett [Wed, 21 Nov 2018 09:40:19 -0500] rev 52637
8214144: Remove confusing locking_enqueue_completed_buffer
Summary: Remove function.
Reviewed-by: tschatzl, manc
simonis [Wed, 21 Nov 2018 15:22:28 +0100] rev 52636
8214120: [REDO] Fix sun.awt.nativedebug on X11 platforms
Reviewed-by: stuefe, ihse
jlahoda [Wed, 21 Nov 2018 15:22:57 +0100] rev 52635
8212982: Rule cases in switch expression accepted even if complete normally
Summary: Ensure an error is reported if switch expression does not correctly produce a value.
Reviewed-by: mcimadamore
thartmann [Wed, 21 Nov 2018 15:05:21 +0100] rev 52634
8214025: assert(t->singleton()) failed: must be a constant when ScavengeRootsInCode < 2
Summary: Added missing null checks and checks for pending exception.
Reviewed-by: kvn
rgoel [Wed, 21 Nov 2018 14:24:31 +0530] rev 52633
8209923: Unicode 11.0.0.
Summary: Updated JDK to support Unicode 11.0.0.
Reviewed-by: naoto
roland [Wed, 14 Nov 2018 13:15:54 +0100] rev 52632
8213419: C2 may hang in MulLNode::Ideal()/MulINode::Ideal() with gcc 8.2.1
Reviewed-by: kvn, dlong, aph
iklam [Tue, 20 Nov 2018 20:00:15 -0800] rev 52631
8213587: Speed up CDS dump time by using resizable hashtables
Reviewed-by: jiangli, coleenp, gziemski
jcbeyler [Tue, 20 Nov 2018 18:36:57 -0800] rev 52630
8214154: problem list HeapMonitorStatIntervalTest.java
Summary: Add the test to the problem list until solved
Reviewed-by: dholmes