chegar [Thu, 21 Nov 2019 12:14:26 +0000] rev 59203
8232101: (sctp) Add minimal sanity tests for SCTP
Reviewed-by: alanb
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
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
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
coffeys [Thu, 21 Nov 2019 11:31:58 +0000] rev 59199
8233801: GCMEmptyIv.java test fails on Solaris 11.4
Reviewed-by: valeriep
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
mbaesken [Wed, 20 Nov 2019 14:16:29 +0100] rev 59197
8234501: remove obsolete NET_ReadV
Reviewed-by: alanb, vtewari
psadhukhan [Thu, 21 Nov 2019 13:50:11 +0530] rev 59196
Merge
trebari [Wed, 20 Nov 2019 12:18:46 +0530] rev 59195
8190763: Class cast exception on (CompoundEdit) UndoableEditEvent.getEdit()
Reviewed-by: psadhukhan, pbansal, serb
psadhukhan [Wed, 20 Nov 2019 11:29:27 +0530] rev 59194
8234332: [TESTBUG] java/awt/Focus/DisposedWindow/DisposeDialogNotActivateOwnerTest/DisposeDialogNotActivateOwnerTest.java fails on linux-x64 nightly
Reviewed-by: serb
psadhukhan [Wed, 20 Nov 2019 10:52:28 +0530] rev 59193
Merge
ysuenaga [Wed, 20 Nov 2019 09:28:31 +0900] rev 59192
8233707: systemScale.cpp could not compile with VS2019
Reviewed-by: serb, aivanov
jdv [Fri, 15 Nov 2019 16:58:07 +0530] rev 59191
8234184: [TESTBUG] java/awt/Mouse/EnterExitEvents/ModalDialogEnterExitEventsTest.java fails in Windows
Reviewed-by: psadhukhan
neugens [Fri, 15 Nov 2019 09:27:50 +0100] rev 59190
8234107: Several AWT modal dialog tests failing on Linux after JDK-8231991
Summary: Fix off by one in wheel detection logic
Reviewed-by: prr
serb [Thu, 14 Nov 2019 15:13:29 -0800] rev 59189
8232433: [macos 10.15] java/awt/Window/LocationAtScreenCorner/LocationAtScreenCorner.java may fail
Reviewed-by: prr
psadhukhan [Thu, 14 Nov 2019 10:59:45 +0530] rev 59188
8233634: [TESTBUG] Swing text test bug4278839.java fails on macos
Reviewed-by: serb