jcbeyler [Tue, 17 Jul 2018 17:52:03 -0700] rev 51137
8205652: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java fails
Summary: Fix the StatRateTest test from the HeapMonitor package
Reviewed-by: amenkov, sspitsyn
Contributed-by: jcbeyler@google.com
jcbeyler [Tue, 17 Jul 2018 15:09:27 -0700] rev 51136
8205541: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java fails with Should not have any events stored yet.
Summary: Fix StatArray and StatObject tests from the HeapMonitor package
Reviewed-by: amenkov, sspitsyn
Contributed-by: jcbeyler@google.com
dtitov [Tue, 17 Jul 2018 11:20:16 -0700] rev 51135
8207261: [Graal] JDI and JDWP tests that consume all memory should be filtered out to not run with Graal
Reviewed-by: sspitsyn, cjplummer
apetcher [Tue, 17 Jul 2018 13:04:40 -0400] rev 51134
8206929: Check session context for TLS 1.3 session resumption
Summary: additional checks to prevent TLS 1.3 sessions from being resumed when they shouldn't
Reviewed-by: xuelei
dpochepk [Tue, 17 Jul 2018 19:25:45 +0300] rev 51133
8207240: AARCH64: C2-only VM does not build
Reviewed-by: shade
Contributed-by: aleksei.voitylov@bell-sw.com
aph [Tue, 17 Jul 2018 15:28:17 +0100] rev 51132
8207345: AArch64: Trampoline generation code reads from unitialized memory
Reviewed-by: shade
weijun [Tue, 17 Jul 2018 22:22:00 +0800] rev 51131
8207318: KeyStore#getInstance(File, LoadStoreParameter) does not load the keystore
Reviewed-by: mullan
coleenp [Tue, 17 Jul 2018 09:37:24 -0400] rev 51130
Merge
coleenp [Tue, 10 Jul 2018 11:13:33 -0400] rev 51129
8206471: Race with ConcurrentHashTable deleting items on insert with cleanup thread
Summary: Only fetch Node::next once and use that result.
Reviewed-by: hseigel, dholmes
chegar [Tue, 17 Jul 2018 12:22:41 +0100] rev 51128
8207265: Bad HTML in {@link} in HttpResponse.BodySubscribers.ofPublisher
Reviewed-by: michaelm
pmuthuswamy [Tue, 17 Jul 2018 16:49:55 +0530] rev 51127
8207190: JDK 11 javadoc generates bad code example
Reviewed-by: sundar
dlong [Mon, 16 Jul 2018 15:09:19 -0700] rev 51126
8181855: [Graal] runtime/ReservedStack/ReservedStackTest.java triggers: assert(thread->deopt_mark() == __null) failed: no stack overflow from deopt blob/uncommon trap
Reviewed-by: kvn
bpb [Mon, 16 Jul 2018 10:58:28 -0700] rev 51125
8206448: (fs) Extended attributes assumed to be enabled on ext3 (lnx)
Summary: Assume extended attributes are only explicitly enable on ext3
Reviewed-by: mbaesken, alanb
lucy [Mon, 16 Jul 2018 16:57:37 +0200] rev 51124
8206271: CodeHeap State Analytics must digest new method state
Reviewed-by: kvn, mdoerr, thartmann
jlahoda [Mon, 16 Jul 2018 16:31:33 +0200] rev 51123
8207032: Compilation succeeds without checking readability when --add-exports used
Summary: Ensuring --add-exports are only propagated when the target module reads the exporting module.
Reviewed-by: vromero, jjg