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
goetz [Mon, 07 May 2018 09:11:21 +0200] rev 50094
8201593: Print array length in ArrayIndexOutOfBoundsException.
Reviewed-by: dholmes, mdoerr, smonteith, shade, rriggs
jgeorge [Sat, 12 May 2018 17:22:56 +0530] rev 50093
8174995: SA: clhsdb 'where -a' throws Assertion Failure with illegal code 236 when CDS is used
Summary: Make SA aware of the new _nofast* (rewritten during CDS dump time) bytecodes.
Reviewed-by: iklam, cjplummer
clanger [Sat, 12 May 2018 10:26:42 +0200] rev 50092
8202915: [JAXP] Performance enhancements and cleanups in com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator
Reviewed-by: joehw
mchung [Fri, 11 May 2018 14:21:46 -0700] rev 50091
8202113: Reflection API is causing caller classes to leak
Reviewed-by: alanb, plevart