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