pliden [Mon, 18 Mar 2019 11:50:40 +0100] rev 54168
8220593: ZGC: Remove superfluous ZPage::is_detached()
Reviewed-by: stefank, eosterlund
pliden [Mon, 18 Mar 2019 11:50:40 +0100] rev 54167
8220592: ZGC: Move destruction of detached ZPages into ZPageAllocator
Reviewed-by: stefank, eosterlund
pliden [Mon, 18 Mar 2019 11:50:39 +0100] rev 54166
8220591: ZGC: Don't delay reclaimation of ZVirtualMemory
Reviewed-by: stefank, eosterlund
pliden [Mon, 18 Mar 2019 11:50:39 +0100] rev 54165
8220590: ZGC: Remove ZPages from ZPageTable when freed
Reviewed-by: stefank, eosterlund
pliden [Mon, 18 Mar 2019 11:50:39 +0100] rev 54164
8220589: ZGC: Remove superfluous ZPageTableEntry
Reviewed-by: stefank, eosterlund
pliden [Mon, 18 Mar 2019 11:50:39 +0100] rev 54163
8220588: ZGC: Convert ZRelocationSet to hold ZForwardings instead of ZPages
Reviewed-by: stefank, eosterlund
pliden [Mon, 18 Mar 2019 11:50:39 +0100] rev 54162
8220587: ZGC: Break out forwarding information from ZPage
Reviewed-by: stefank, eosterlund
pliden [Mon, 18 Mar 2019 11:50:39 +0100] rev 54161
8220586: ZGC: Move relocation logic from ZPage to ZRelocate
Reviewed-by: stefank, eosterlund
pliden [Mon, 18 Mar 2019 11:50:38 +0100] rev 54160
8220741: ZGC: Move CPU agnostic files from linux_x86 to linux
Reviewed-by: stefank, eosterlund
pliden [Mon, 18 Mar 2019 11:50:38 +0100] rev 54159
8220569: ZGC: Rename and rework ZUnmapBadViews to ZVerifyViews
Reviewed-by: stefank, eosterlund
chegar [Sun, 17 Mar 2019 08:26:38 +0000] rev 54158
8220719: Allow other named NetPermissions to be used
Reviewed-by: mullan, alanb
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