mbaesken [Mon, 18 Nov 2019 16:49:39 +0100] rev 59217
8234339: replace JLI_StrTok in java_md_solinux.c
Reviewed-by: clanger, rriggs
clanger [Fri, 22 Nov 2019 09:25:09 +0100] rev 59216
8234089: (zipfs) Remove classes JarFileSystemProvider and JarFileSystem
Reviewed-by: lancea, alanb
dbuck [Thu, 21 Nov 2019 23:32:11 -0500] rev 59215
8230611: infinite loop in LogOutputList::wait_until_no_readers()
Summary: Add copy constructor and copy assignment operator to ensure reader count remains accurate
Reviewed-by: kbarrett, dholmes
xuelei [Thu, 21 Nov 2019 18:42:33 -0800] rev 59214
8233954: UnsatisfiedLinkError or NoSuchAlgorithmException after removing sunec.dll
Reviewed-by: ascarpino
weijun [Fri, 22 Nov 2019 09:33:03 +0800] rev 59213
8026393: jarsigner never shows a warning in badKeyUsage case
Reviewed-by: mullan
joehw [Fri, 22 Nov 2019 00:29:48 +0000] rev 59212
8233548: Update CUP to v0.11b
Reviewed-by: lancea
iignatyev [Thu, 21 Nov 2019 14:15:31 -0800] rev 59211
8234290: compiler/c2/Test6857159.java times out and fail to clean up files
Reviewed-by: thartmann
jjg [Thu, 21 Nov 2019 13:41:24 -0800] rev 59210
8234051: doclet crashes if HTML files in module doc-files directories
Reviewed-by: hannesw
hseigel [Thu, 21 Nov 2019 18:54:21 +0000] rev 59209
8234058: runtime/CompressedOops/CompressedClassPointers.java fails with 'Narrow klass base: 0x0000000000000000' missing from stdout/stderr
Summary: Don't run test on Windows because ASLR can cause unexpected memory addresses
Reviewed-by: coleenp
michaelm [Thu, 21 Nov 2019 17:51:11 +0000] rev 59208
Merge
alitvinov [Thu, 21 Nov 2019 17:04:27 +0000] rev 59207
8068184: Fix for JDK-8032832 caused a deadlock
Reviewed-by: dfuchs, chegar
pconcannon [Thu, 21 Nov 2019 16:33:00 +0000] rev 59206
8234083: DatagramSocket should report SO_BROADCAST as a supported option
Summary: DatagramSocket had a setBroadcast and getBroadcast setter/getter pair but curiously didn't report SO_BROADCAST as a supported option. Note: the source code changes were accidentally pushed with 8234103 so this changeset only has the test changes. The reviewers listed below had already reviewed the full (source+test) changes.
Reviewed-by: alanb, vtewari, chegar
chegar [Thu, 21 Nov 2019 12:14:29 +0000] rev 59205
8233847: (sctp) Flx link-local IPv6 scope handling and test cleanup
Reviewed-by: alanb
chegar [Thu, 21 Nov 2019 12:14:28 +0000] rev 59204
8232097: (sctp) SctpNet.init() results in java.lang.UnsatisfiedLinkError
Reviewed-by: alanb