mgerdin [Mon, 18 Jul 2016 14:30:39 +0200] rev 39977
8161027: GPL header missing comma after year
Reviewed-by: redestad, dholmes
igerasim [Sat, 16 Jul 2016 23:10:00 +0300] rev 39976
8160892: Race at the VM exit causes "WaitForMultipleObjects timed out"
Reviewed-by: dcubed, dholmes
dcubed [Fri, 15 Jul 2016 17:05:10 -0700] rev 39975
Merge
gthornbr [Fri, 15 Jul 2016 10:46:08 -0700] rev 39974
8144278: [TESTBUG] hotspot/runtime/StackGuardPages/testme.sh should use native library build support
Reviewed-by: erikj, dsamersoff, dholmes
gthornbr [Fri, 15 Jul 2016 10:31:50 -0700] rev 39973
8144279: [TESTBUG] hotspot/runtime/jsig/Test8017498.sh should use native library build support
Reviewed-by: ccheung, cjplummer, dcubed
gthornbr [Fri, 15 Jul 2016 10:25:16 -0700] rev 39972
8081770: [TESTBUG] regression Test7107135 needs to remove dependence on locally installed gcc
Reviewed-by: cjplummer, dcubed
dcubed [Fri, 15 Jul 2016 18:09:33 +0000] rev 39971
Merge
dcubed [Fri, 15 Jul 2016 09:36:28 -0700] rev 39970
8160997: Solaris: deprecated <pwd.h> and <gid.h> interfaces should be replaced
Summary: Use final POSIX 1003.1c versions of getgrgid_r(), getgrnam_r(), getpwnam_r(), and getpwuid_r().
Reviewed-by: alanb, dcubed, simonis, dholmes
Contributed-by: alan.burlison@oracle.com
amurillo [Fri, 15 Jul 2016 09:10:36 -0700] rev 39969
Merge
psandoz [Fri, 15 Jul 2016 12:40:47 +0000] rev 39968
Merge
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
jwilhelm [Tue, 21 Jun 2016 19:37:30 +0200] rev 39961
8024137: Flags should be set using the proper macro
Reviewed-by: sangheki, drwhite, jmasa
jwilhelm [Tue, 21 Jun 2016 19:35:39 +0200] rev 39960
8048093: Explicitly setting := vs = in the -XX:+PrintFlagsFinal output
Reviewed-by: kvn, gziemski
darcy [Thu, 04 Aug 2016 15:52:14 -0700] rev 39959
8163231: A couple of runtime tests failing for the -testset hotspot snapshot job
Reviewed-by: acorn
amurillo [Thu, 04 Aug 2016 17:32:52 +0000] rev 39958
Added tag jdk-9+130 for changeset af79a51e7d04
amurillo [Mon, 08 Aug 2016 08:12:18 -0700] rev 39957
Merge
amurillo [Fri, 05 Aug 2016 09:50:23 -0700] rev 39956
Merge
mchernov [Tue, 02 Aug 2016 15:21:53 +0300] rev 39955
8161604: TestNewSizeFlags fails with RuntimeException: max new size != MaxNewSize value
Reviewed-by: sangheki, tschatzl
dsamersoff [Mon, 01 Aug 2016 10:51:51 +0300] rev 39954
8158050: Remove SA-JDI
Summary: Remove SA-JDI
Reviewed-by: alanb, dsamersoff
Contributed-by: sharath.ballal@oracle.com
amurillo [Fri, 29 Jul 2016 16:50:45 -0700] rev 39953
Merge
amurillo [Fri, 29 Jul 2016 16:11:52 -0700] rev 39952
Merge
rbackman [Fri, 29 Jul 2016 09:23:00 +0200] rev 39951
Merge
rbackman [Tue, 19 Jul 2016 13:15:45 +0200] rev 39950
Merge
tpivovarova [Wed, 13 Jul 2016 18:03:18 +0300] rev 39949
8151280: update hotspot tests to use vm.compMode instead of their own logic
Summary: Update hs compiler tests to use vm.compMode instead of their own logic and to get VM mode using j.t.l.Platform
Reviewed-by: kvn, dpochepk
Contributed-by: igor.ignatyev@oracle.com
sanzinger [Mon, 11 Jul 2016 17:23:20 -0700] rev 39948
8160825: Update minimum Solaris Studio compiler version to 5.13
Reviewed-by: tbell
rbackman [Mon, 11 Jul 2016 13:14:19 +0200] rev 39947
Merge
dnsimon [Tue, 05 Jul 2016 18:00:06 -0700] rev 39946
8159888: [JVMCI] the client VM build is broken when INCLUDE_JVMCI is defined
Summary: fix Client VM build
Reviewed-by: twisti, kvn