rkennke [Tue, 15 May 2018 05:33:26 -0400] rev 50110
8202714: Create a MacroAssembler::access_load/store_at wrapper for AArch64
Reviewed-by: adinn, smonteith
alanb [Tue, 15 May 2018 09:33:02 +0100] rev 50109
8203059: (so) Closing a socket channel registered with Selector and with SO_LINGER set to 0 does not reset connection
Reviewed-by: chegar
amlu [Tue, 15 May 2018 14:39:11 +0800] rev 50108
8202763: failure_handler: list open files for macOS
Reviewed-by: alanb
jgeorge [Tue, 15 May 2018 02:47:40 +0530] rev 50107
8195613: [SA] HotSpotTypeDataBase.readVMLongConstants truncates values to int
Summary: Avoid truncation to int while reading in long constants from vmStructs. Modify ClhsdbLongConstant.java for truncation testing.
Reviewed-by: dholmes, sspitsyn, cjplummer
rkennke [Mon, 14 May 2018 21:56:07 +0200] rev 50106
8202016: Use obj+offset in interpreter array access
Reviewed-by: adinn
xiaofeya [Mon, 14 May 2018 11:17:18 -0700] rev 50105
8202708: Add a check of opening stream for not-existing UNC url
Reviewed-by: rriggs
aph [Mon, 14 May 2018 12:03:59 +0100] rev 50104
8185505: AArch64: Port AOT to AArch64
Reviewed-by: kvn
pliden [Mon, 14 May 2018 15:43:00 +0200] rev 50103
8202993: Add support for x86 testptr/testq with register and address
Reviewed-by: kvn, neliasso
pliden [Mon, 14 May 2018 15:42:59 +0200] rev 50102
8202976: Add C1 lea patching support for x86
Reviewed-by: kvn, neliasso
pliden [Mon, 14 May 2018 15:42:58 +0200] rev 50101
8202994: Add support for undoing last TLAB allocation
Reviewed-by: shade, stefank
neliasso [Mon, 14 May 2018 14:10:52 +0200] rev 50100
8193935: Illegal countedLoops transformation
Summary: Truncation can sometimes not be removed
Reviewed-by: kvn
neliasso [Mon, 14 May 2018 14:10:50 +0200] rev 50099
8201532: Update idom to get correct dom depth calculation
Summary: Assert due to dom depth calculation on old idom
Reviewed-by: roland
jlaskey [Mon, 14 May 2018 09:40:48 -0300] rev 50098
8200377: String::strip, String::stripLeading, String::stripTrailing
Reviewed-by: sundar, rriggs
tschatzl [Mon, 14 May 2018 11:47:03 +0200] rev 50097
8201491: G1 support for java.lang.ref.Reference precleaning
Summary: Implement single-threaded concurrent reference precleaning for G1.
Reviewed-by: sangheki, kbarrett
tschatzl [Mon, 14 May 2018 11:47:03 +0200] rev 50096
8202829: Implement CollectedHeap::get_safepoint_workers() for G1
Summary: Use the parallel STW worker gang to do safepoint work.
Reviewed-by: rkennke, eosterlund, pliden
goetz [Mon, 07 May 2018 23:07:01 +0200] rev 50095
8202745: Remove hyphens from "out-of-bounds".
Reviewed-by: rriggs, dholmes