Thu, 21 Nov 2019 18:54:21 +0000 8234058: runtime/CompressedOops/CompressedClassPointers.java fails with 'Narrow klass base: 0x0000000000000000' missing from stdout/stderr
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
Thu, 21 Nov 2019 17:51:11 +0000 Merge unixdomainchannels
michaelm [Thu, 21 Nov 2019 17:51:11 +0000] rev 59208
Merge
Thu, 21 Nov 2019 17:04:27 +0000 8068184: Fix for JDK-8032832 caused a deadlock
alitvinov [Thu, 21 Nov 2019 17:04:27 +0000] rev 59207
8068184: Fix for JDK-8032832 caused a deadlock Reviewed-by: dfuchs, chegar
Thu, 21 Nov 2019 16:33:00 +0000 8234083: DatagramSocket should report SO_BROADCAST as a supported option
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
Thu, 21 Nov 2019 12:14:29 +0000 8233847: (sctp) Flx link-local IPv6 scope handling and test cleanup
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
Thu, 21 Nov 2019 12:14:28 +0000 8232097: (sctp) SctpNet.init() results in java.lang.UnsatisfiedLinkError
chegar [Thu, 21 Nov 2019 12:14:28 +0000] rev 59204
8232097: (sctp) SctpNet.init() results in java.lang.UnsatisfiedLinkError Reviewed-by: alanb
Thu, 21 Nov 2019 12:14:26 +0000 8232101: (sctp) Add minimal sanity tests for SCTP
chegar [Thu, 21 Nov 2019 12:14:26 +0000] rev 59203
8232101: (sctp) Add minimal sanity tests for SCTP Reviewed-by: alanb
Thu, 21 Nov 2019 12:14:25 +0000 8233845: (sctp) Relax assertion in sun.nio.ch.sctp.AssociationChange::association
chegar [Thu, 21 Nov 2019 12:14:25 +0000] rev 59202
8233845: (sctp) Relax assertion in sun.nio.ch.sctp.AssociationChange::association Reviewed-by: alanb
Thu, 21 Nov 2019 09:10:21 +0000 8234335: Remove line break in class declaration in java.base
jboes [Thu, 21 Nov 2019 09:10:21 +0000] rev 59201
8234335: Remove line break in class declaration in java.base Summary: Remove line break in class declarations where applicable Reviewed-by: rriggs, lancea
Wed, 20 Nov 2019 10:13:10 +0000 8234103: DatagramSocketImpl::socket is not needed
pconcannon [Wed, 20 Nov 2019 10:13:10 +0000] rev 59200
8234103: DatagramSocketImpl::socket is not needed Summary: DatagramSocketImpl has a socket field that links back to the DatagramSocket. This is only used to figure out whether multicasting is supported or not. This fix replaces it with a boolean isMulticast. Reviewed-by: alanb, chegar, dfuchs
(0) -30000 -10000 -3000 -1000 -300 -100 -10 +10 +100 tip