changeset 1676:f1c437068017

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. (transplanted from 39e3afb50b616282fbc1134a9571a094a2537669)
author Andrew Haley <aph@redhat.com>
date Thu, 26 Feb 2009 18:48:53 +0000
parents f235bdfcafe2
children 08db37b7e84f
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
@@ -69,6 +69,22 @@
 	* patches/hotspot/original/icedtea-includedb.patch,
 	* patches/icedtea-libraries.patch: Recreated.
 
+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