igerasim [Sat, 16 Mar 2019 15:05:21 -0700] rev 54157
8220684: Process.waitFor(long, TimeUnit) can return false for a process that exited within the timeout
Reviewed-by: prappo, dholmes, rriggs
igerasim [Sat, 16 Mar 2019 13:44:30 -0700] rev 54156
6307456: UnixFileSystem_md.c use of chmod() and access() should handle EINTR signal appropriately (unix)
Reviewed-by: bpb, dholmes, alanb
alanb [Sat, 16 Mar 2019 19:44:12 +0000] rev 54155
8220493: Prepare Socket/ServerSocket for alternative platform SocketImpl
Reviewed-by: chegar
Contributed-by: alan.bateman@oracle.com, michael.x.mcmahon@oracle.com
alanb [Sat, 16 Mar 2019 12:31:31 +0000] rev 54154
8220738: (sc) Move ServerSocketChannelImpl remaining native method to Net
Reviewed-by: bpb
ysuenaga [Sat, 16 Mar 2019 21:27:15 +0900] rev 54153
8220555: JFR tool shows potentially misleading message when it cannot access a file
Reviewed-by: egahlin, mseledtsov
jwilhelm [Sat, 16 Mar 2019 02:08:10 +0100] rev 54152
8220745: Fix problemlist entry to refer to 8220613
Reviewed-by: dcubed
bpb [Fri, 15 Mar 2019 16:24:07 -0700] rev 54151
8219876: (bf) Improve IndexOutOfBoundsException messages in $Type$Buffer classes
Reviewed-by: alanb, rriggs
coleenp [Fri, 15 Mar 2019 16:00:18 -0400] rev 54150
8220512: Deoptimize redefinition functions that have dirty ICs
Summary: Walk ICs to determine whether nmethods are dependent on redefined classes.
Reviewed-by: sspitsyn, eosterlund