hg: jdk7/hotspot/hotspot: 13 new changesets
keith.mcguigan at oracle.com
keith.mcguigan at oracle.com
Wed May 4 10:30:58 PDT 2011
Changeset: 2a3da7eaf4a6
Author: zgu
Date: 2011-04-27 09:09 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/2a3da7eaf4a6
7036747: 7017009 reappeared, problem with ElfStringTable
Summary: Created new "new" operator for CHeapObj that allows malloc to fail without causing fatal error. Also replaced "HeapAllocate" with "os::malloc" in decoder code to allow decoder to handle low memory scenario.
Reviewed-by: coleenp, dholmes
! src/share/vm/memory/allocation.cpp
! src/share/vm/memory/allocation.hpp
! src/share/vm/utilities/elfFile.cpp
! src/share/vm/utilities/elfStringTable.cpp
Changeset: e534ac80e49a
Author: zgu
Date: 2011-04-27 06:20 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/e534ac80e49a
Merge
Changeset: 0cddebc420d8
Author: dcubed
Date: 2011-04-28 08:24 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/0cddebc420d8
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
! src/share/vm/prims/jvmtiExport.cpp
! src/share/vm/prims/jvmtiImpl.cpp
Changeset: dddc5753c53a
Author: dsamersoff
Date: 2011-04-29 21:13 +0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/dddc5753c53a
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
! make/linux/makefiles/vm.make
Changeset: 405c634f4aaa
Author: dcubed
Date: 2011-05-02 14:53 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/405c634f4aaa
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
! agent/src/os/solaris/proc/libproc.h
! agent/src/os/solaris/proc/salibproc.h
! agent/src/os/solaris/proc/saproc.cpp
! make/solaris/makefiles/saproc.make
Changeset: 250642c729b4
Author: dsamersoff
Date: 2011-05-03 18:24 +0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/250642c729b4
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 at redhat.com
! make/linux/makefiles/gcc.make
Changeset: da880ba4edf9
Author: dsamersoff
Date: 2011-05-03 18:43 +0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/da880ba4edf9
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 at redhat.com
! src/os_cpu/linux_x86/vm/orderAccess_linux_x86.inline.hpp
Changeset: f78b3a5497f2
Author: dsamersoff
Date: 2011-05-03 13:01 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/f78b3a5497f2
Merge
Changeset: 69e41359aef0
Author: zgu
Date: 2011-05-03 13:01 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/69e41359aef0
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
+ make/jdk6_hotspot_distro
! make/windows/build.make
Changeset: f7b5dc171e92
Author: zgu
Date: 2011-05-03 10:17 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/f7b5dc171e92
Merge
Changeset: e62e515d3a55
Author: zgu
Date: 2011-05-03 12:19 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/e62e515d3a55
Merge
Changeset: 5781ed5f1865
Author: dcubed
Date: 2011-05-03 12:45 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/5781ed5f1865
7041410: 5/4 finish removing SOLARIS_7_OR_LATER from HotSpot
Summary: Delete use of SOLARIS_7_OR_LATER from sparcWorks.make
Reviewed-by: never
! make/solaris/makefiles/sparcWorks.make
Changeset: 6dce0126f44e
Author: kamg
Date: 2011-05-04 11:04 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/6dce0126f44e
Merge
More information about the hotspot-dev
mailing list