iklam [Fri, 22 Nov 2019 17:45:48 -0800] rev 59282
8234539: ArchiveRelocationTest.java failed: Archive mapping should always succeed
Reviewed-by: ccheung
cgo [Tue, 26 Nov 2019 10:00:33 +0100] rev 59281
8234535: Cross compilation fails due to missing CFLAGS for the BUILD_CC
Reviewed-by: erikj
sviswanathan [Tue, 26 Nov 2019 19:19:39 +0300] rev 59280
8234610: MaxVectorSize set wrongly when UseAVX=3 is specified after JDK-8221092
Reviewed-by: kvn, vlivanov
vlivanov [Tue, 26 Nov 2019 19:18:07 +0300] rev 59279
Merge
jbhateja [Tue, 26 Nov 2019 16:09:25 +0300] rev 59278
8234394: C2: Dynamic register class support in ADLC
Reviewed-by: vlivanov, sviswanathan, thartmann, kvn
jbhateja [Tue, 26 Nov 2019 16:09:23 +0300] rev 59277
8234387: C2: Better support of operands with multiple match rules in AD files
Reviewed-by: vlivanov, sviswanathan, thartmann, dlong
vlivanov [Tue, 26 Nov 2019 16:09:21 +0300] rev 59276
8234403: C2: Enable CallSite.target updates in constructors
Reviewed-by: psandoz, kvn
vlivanov [Tue, 26 Nov 2019 16:09:17 +0300] rev 59275
8234401: ConstantCallSite may stuck in non-frozen state
Reviewed-by: psandoz
egahlin [Tue, 26 Nov 2019 17:00:57 +0100] rev 59274
8233870: JFR TestSetEndTime.java times out - onClose() is never called
Reviewed-by: mgronlun
pchilanomate [Tue, 26 Nov 2019 15:21:37 +0000] rev 59273
8234613: JavaThread can escape back to Java from an ongoing handshake
Summary: Check again if we have a pending/in-progress handshake operation after executing ~ThreadInVMForHandshake()
Reviewed-by: coleenp, dcubed, dholmes, rehn