changeset 1403:39e3afb50b61

2009-02-26 Andrew Haley <aph@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.
author Andrew Haley <aph@redhat.com>
date Thu, 26 Feb 2009 18:48:53 +0000
parents 90de0ba94422
children 5bb8386e5bc2
files ChangeLog
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  Andrew Haley  <aph@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@redhat.com>
 
 	* ports/hotspot/src/share/vm/shark/sharkBlock.cpp