changeset in /hg/icedtea6: 2008-08-08 Gary Benson <gbenson at red...

Gary Benson gbenson at redhat.com
Fri Aug 8 09:17:09 PDT 2008


changeset df71bbb2f1ad in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=df71bbb2f1ad
description:
	2008-08-08  Gary Benson  <gbenson at redhat.com>

		* ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp
		(current_frame): Remove some rubbish.
		* ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp
		(set_last_Java_frame): Likewise.

diffstat:

3 files changed, 8 insertions(+), 3 deletions(-)
ChangeLog                                                    |    7 +++++++
ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp     |    3 +--
ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp |    1 -

diffs (38 lines):

diff -r a348ff2a45d1 -r df71bbb2f1ad ChangeLog
--- a/ChangeLog	Fri Aug 08 12:13:41 2008 -0400
+++ b/ChangeLog	Fri Aug 08 12:17:05 2008 -0400
@@ -1,3 +1,10 @@ 2008-08-08  Gary Benson  <gbenson at redhat
+2008-08-08  Gary Benson  <gbenson at redhat.com>
+
+	* ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp
+	(current_frame): Remove some rubbish.
+	* ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp
+	(set_last_Java_frame): Likewise.
+
 2008-08-08  Gary Benson  <gbenson at redhat.com>
 
 	* patches/icedtea-zero.patch: Include the calling thread's
diff -r a348ff2a45d1 -r df71bbb2f1ad ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp
--- a/ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp	Fri Aug 08 12:13:41 2008 -0400
+++ b/ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp	Fri Aug 08 12:17:05 2008 -0400
@@ -39,8 +39,7 @@ frame os::get_sender_for_C_frame(frame* 
 
 frame os::current_frame()
 {
-  frame myframe((intptr_t*) os::current_stack_pointer());
-  return os::get_sender_for_C_frame(&myframe);
+  Unimplemented();
 }
 
 char* os::non_memory_address_word()
diff -r a348ff2a45d1 -r df71bbb2f1ad ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp
--- a/ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp	Fri Aug 08 12:13:41 2008 -0400
+++ b/ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp	Fri Aug 08 12:17:05 2008 -0400
@@ -79,7 +79,6 @@
   void set_last_Java_frame()
   {
     JavaFrameAnchor *jfa = frame_anchor();
-    jfa->set_last_Java_pc(NULL);
     jfa->set_last_Java_sp((intptr_t *) top_zero_frame());
   }
   void reset_last_Java_frame()



More information about the distro-pkg-dev mailing list