jiangli [Tue, 18 Sep 2018 11:55:33 -0400] rev 51785
8210237: [TESTBUG]gc/stress/TestStressIHOPMultiThread.java fails with 'Unexpected exit from test [exit code: 1]' in CDS mode
Summary: Fix TestStressIHOPMultiThread to handle possible OutOfMemoryError.
Reviewed-by: ccheung, gziemski
coleenp [Tue, 18 Sep 2018 08:27:01 -0400] rev 51784
8203466: intermittent crash at jdk.internal.misc.Unsafe::getObjectVolatile (native)
Summary: Store rsi, rdi on thread local memory, store r15 in r9, for the stubs that have gc barriers
Reviewed-by: dlong, eosterlund
ihse [Tue, 18 Sep 2018 13:32:40 +0200] rev 51783
8210729: Clean up macosx static library handling
Reviewed-by: erikj
sgehwolf [Tue, 11 Sep 2018 18:18:51 +0200] rev 51782
8210425: [x86] sharedRuntimeTrig/sharedRuntimeTrans compiled without optimization
Summary: Compile with -O2 and -ffp-contract=off as for fdlibm.
Reviewed-by: erikj, lucy, aph
ihse [Tue, 18 Sep 2018 10:35:42 +0200] rev 51781
8210750: Clean up compare.sh exceptions
Reviewed-by: erikj
ihse [Tue, 18 Sep 2018 10:29:56 +0200] rev 51780
8210723: Better information in configure for invalid Xcode
Reviewed-by: erikj
mchung [Mon, 17 Sep 2018 22:56:31 -0700] rev 51779
8210841: test/jdk/vm/runtime/ReflectStackOverflow.java fails with NoClassDefFoundError
Reviewed-by: dholmes, mikael
mli [Tue, 18 Sep 2018 13:24:25 +0800] rev 51778
8210802: temp files left by tests in jdk/java/net/httpclient
Reviewed-by: chegar, clanger
mhorie [Mon, 17 Sep 2018 23:35:00 -0400] rev 51777
8210660: PPC64: Mapping floating point registers to vsx registers in ppc.ad
Reviewed-by: mdoerr, gromero
fyuan [Tue, 18 Sep 2018 11:09:18 +0800] rev 51776
8210819: Update the host name in CNameTest.java
Reviewed-by: chegar
jcbeyler [Mon, 17 Sep 2018 19:48:35 -0700] rev 51775
8210700: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti/unit tests
Summary: Remove JNI_ENV macros from the remaining vmTestbase tests
Reviewed-by: amenkov, sspitsyn, dholmes, cjplummer
jcbeyler [Mon, 17 Sep 2018 19:36:09 -0700] rev 51774
8210481: Remove #ifdef cplusplus from vmTestbase
Summary: Remove all cplusplus ifdefs from vmTestbase
Reviewed-by: dholmes, iignatyev, cjplummer, sspitsyn
jnimeh [Mon, 17 Sep 2018 15:25:42 -0700] rev 51773
8140466: ChaCha20 and Poly1305 TLS Cipher Suites
Reviewed-by: xuelei, mullan
mchung [Mon, 17 Sep 2018 15:22:46 -0700] rev 51772
8210721: Replace legacy serial exception field with Throwable::cause
Reviewed-by: dfuchs, lancea