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
Thu, 21 Nov 2019 11:31:58 +0000 8233801: GCMEmptyIv.java test fails on Solaris 11.4
coffeys [Thu, 21 Nov 2019 11:31:58 +0000] rev 59199
8233801: GCMEmptyIv.java test fails on Solaris 11.4 Reviewed-by: valeriep
Thu, 21 Nov 2019 11:42:54 +0100 8228609: G1 copy cost prediction uses used vs. actual copied byte
tschatzl [Thu, 21 Nov 2019 11:42:54 +0100] rev 59198
8228609: G1 copy cost prediction uses used vs. actual copied byte Summary: Let the object copy cost predictor use the actual copied bytes as input for the prediction instead of the used bytes. Reviewed-by: kbarrett, sjohanss
(0) -30000 -10000 -3000 -1000 -300 -100 -10 +10 +100 tip