zgu [Tue, 03 May 2011 13:01:41 -0400] rev 9411
6986065: Rebrand exe/dll company names
Summary: Fixed Windows exe/dll right-click properties. "Oracle Corporation" for company name in jdk7, but "Sun Microsystems, Inc." for jdk6.
Reviewed-by: phh, acorn
dsamersoff [Tue, 03 May 2011 13:01:31 -0400] rev 9410
Merge
dsamersoff [Tue, 03 May 2011 18:43:18 +0400] rev 9409
7031385: incorrect register allocation in release_store_fence on linux x86
Summary: Since gcc 4.5 the inline assembly trying to use r register for an atomic 8-bit exchange and it leads to compilation error
Reviewed-by: dsamersoff, dholmes
Contributed-by: dbhole@redhat.com
dsamersoff [Tue, 03 May 2011 18:24:55 +0400] rev 9408
7041156: gcc 4.6 doesn't recognise -export-dynamic option
Summary: Since -export-dynamic is a linker option, the correct way to pass it is -Xlinker -export-dynamic
Reviewed-by: dsamersoff, dholmes
Contributed-by: omajid@redhat.com
dcubed [Mon, 02 May 2011 14:53:49 -0700] rev 9407
7028172: 3/4 SA needs to adapt to Solaris libproc change made in 6748307
Summary: Support build and runtime configs of old and new interfaces as appropriate.
Reviewed-by: acorn, never
dsamersoff [Fri, 29 Apr 2011 21:13:00 +0400] rev 9406
7019808: build fails on Fedora 14: SELinux run-time check: execution of stack in libjvm.so
Summary: executable flag is set in the elf header of libjvm.so during build, instruct ld to don't do it.
Reviewed-by: acorn, phh
dcubed [Thu, 28 Apr 2011 08:24:46 -0700] rev 9405
7039447: 2/1 java profiling is broken in build 139 (garbage in function name)
Summary: The name in a deferred JVM/TI DynamicCodeGenerated event needs to be explicitly saved.
Reviewed-by: acorn, never, dsamersoff, dholmes
zgu [Wed, 27 Apr 2011 06:20:00 -0700] rev 9404
Merge