changeset in /hg/icedtea6: 2009-02-26 Andrew Haley <aph at redhat...

Andrew Haley aph at redhat.com
Thu Feb 26 10:49:33 PST 2009


changeset 39e3afb50b61 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=39e3afb50b61
description:
	2009-02-26  Andrew Haley  <aph at redhat.com>

		* patches/openjdk/hotspot/src/share/vm/prims/jvmtiEnv.cpp: New file.
		* Makefile.am (ICEDTEA_PATCHES): Add icedtea-jvmtiEnv.patch.
		* ports/hotspot/src/share/vm/shark/sharkFunction.cpp
		(SharkFunction::initialize): Use real name, not "func".
		Pass "none" to "-debug-only=".
		Register generated code for profiling, etc.
		* ports/hotspot/src/share/vm/shark/sharkEntry.hpp (class SharkEntry):
		Remove #ifndef PRODUCT.
		* ports/hotspot/src/share/vm/shark/sharkBuilder.hpp
		(SharkBuilder::CreateFunction): Use real name, not "func".
		* ports/hotspot/src/share/vm/shark/sharkBuilder.cpp
		(SharkBuilder::CreateFunction): Use real name, not "func".
		(MyJITMemoryManager::endFunctionBody): Remove #ifndef PRODUCT.

diffstat:

1 file changed, 16 insertions(+)
ChangeLog |   16 ++++++++++++++++

diffs (23 lines):

diff -r 90de0ba94422 -r 39e3afb50b61 ChangeLog
--- a/ChangeLog	Thu Feb 26 17:34:19 2009 +0000
+++ b/ChangeLog	Thu Feb 26 18:48:53 2009 +0000
@@ -1,3 +1,19 @@ 2009-02-26  Gary Benson  <gbenson at redhat
+2009-02-26  Andrew Haley  <aph at redhat.com>
+
+	* patches/openjdk/hotspot/src/share/vm/prims/jvmtiEnv.cpp: New file.
+	* Makefile.am (ICEDTEA_PATCHES): Add icedtea-jvmtiEnv.patch.
+	* ports/hotspot/src/share/vm/shark/sharkFunction.cpp
+	(SharkFunction::initialize): Use real name, not "func".
+	Pass "none" to "-debug-only=".
+	Register generated code for profiling, etc.
+	* ports/hotspot/src/share/vm/shark/sharkEntry.hpp (class SharkEntry):
+	Remove #ifndef PRODUCT.
+	* ports/hotspot/src/share/vm/shark/sharkBuilder.hpp
+	(SharkBuilder::CreateFunction): Use real name, not "func".
+	* ports/hotspot/src/share/vm/shark/sharkBuilder.cpp
+	(SharkBuilder::CreateFunction): Use real name, not "func".
+	(MyJITMemoryManager::endFunctionBody): Remove #ifndef PRODUCT.
+
 2009-02-26  Gary Benson  <gbenson at redhat.com>
 
 	* ports/hotspot/src/share/vm/shark/sharkBlock.cpp



More information about the distro-pkg-dev mailing list