psandoz [Fri, 15 Jul 2016 12:36:18 +0200] rev 39967
8151163: All Buffer implementations should leverage Unsafe unaligned accessors
Reviewed-by: shade, aph
tschatzl [Fri, 15 Jul 2016 13:33:44 +0200] rev 39966
8160897: Concurrent mark mark stack memory allocation leaks memory
Summary: Fix and clean up concurrent mark mark stack memory allocation.
Reviewed-by: jmasa, sangheki
mchernov [Tue, 12 Jul 2016 15:06:18 +0300] rev 39965
8158508: gc/logging/TestUnifiedLoggingSwitchStress.java timeout
Reviewed-by: jmasa, tschatzl
ccheung [Wed, 13 Jul 2016 18:26:51 -0700] rev 39964
8159901: missing newline char in the exception messages in diagnosticArgument.cpp
Reviewed-by: fparain, egahlin, iklam
andrew [Thu, 07 Jul 2016 18:40:53 +0100] rev 39963
8156980: Hotspot build doesn't have -std=gnu++98 gcc option
8157358: Syntax error in TOOLCHAIN_CHECK_COMPILER_VERSION
Summary: Add flags for GCC 6 to JVM_CFLAGS and fix prefix handling
Reviewed-by: erikj, kbarrett
dsamersoff [Wed, 13 Jul 2016 10:51:19 +0300] rev 39962
8134434: JVM_DoPrivileged() fires assert(_exception_caught == false) failed: _exception_caught is out of phase
Summary: Explicitly set exception detected inside rethrow_C
Reviewed-by: goetz, sspitsyn
Contributed-by: richard.reingruber@sap.com