aghaisas [Mon, 23 Oct 2017 16:55:52 +0530] rev 47501
8145795: [PIT] java/awt/Window/ScreenLocation/ScreenLocationTest.java fails (can assign Integer.MAX_VALUE to Window dimensions)
Reviewed-by: serb, pkbalakr
Contributed-by: pankaj.b.bansal@oracle.com
serb [Fri, 20 Oct 2017 20:08:09 -0700] rev 47500
8186559: [macos] the screen location is wrong when using AWT/SWT bridge with dual monitors
Reviewed-by: dmarkov, ssadetsky
rfield [Fri, 20 Oct 2017 19:08:25 -0700] rev 47499
8187359: JShell: Give comprehensible error when user method name matches Object method
Reviewed-by: jlahoda
serb [Fri, 20 Oct 2017 15:39:50 -0700] rev 47498
8184219: Fix accessibility of tables in the java.desktop module
Reviewed-by: jjg
serb [Fri, 20 Oct 2017 15:12:45 -0700] rev 47497
8187399: Different problems in the javadoc's links in java.desktop package
Reviewed-by: azvegint
bpb [Fri, 03 Nov 2017 10:18:28 -0700] rev 47496
8190502: (fs) Typo in java.nio.file.Files
Summary: s/subsequence/subsequent/g
Reviewed-by: alanb
bpb [Fri, 03 Nov 2017 10:18:27 -0700] rev 47495
8190501: (fs) Incorrect error message parameter in java/nio/file/Files/probeContentType/Basic.java
Summary: Replace expectedTypes with expectedTypes[i] in the line in question.
Reviewed-by: alanb
bpb [Fri, 03 Nov 2017 10:18:27 -0700] rev 47494
8190500: (ch) ReadableByteChannelImpl::read and WritableByteChannelImpl::write might not throw ClosedChannelException as specified
Summary: Explicitly verify that the channel is open
Reviewed-by: alanb