changeset 1004:df71bbb2f1ad

2008-08-08 Gary Benson <gbenson@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.
author Gary Benson <gbenson@redhat.com>
date Fri, 08 Aug 2008 12:17:05 -0400
parents a348ff2a45d1
children a86e963e785f
files ChangeLog ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp
diffstat 3 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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@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@redhat.com>
 
 	* patches/icedtea-zero.patch: Include the calling thread's
--- 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::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()
--- 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()