/hg/icedtea6: 2009-09-08 Gary Benson <gbenson at redhat.com>
gbenson at icedtea.classpath.org
gbenson at icedtea.classpath.org
Tue Sep 8 03:42:53 PDT 2009
changeset b13a59d17b81 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=b13a59d17b81
author: Gary Benson <gbenson at redhat.com>
date: Tue Sep 08 11:46:08 2009 +0100
2009-09-08 Gary Benson <gbenson at redhat.com>
*
ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp
(JavaThread::pop_zero_frame): Tweak.
diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog | 5 +++++
ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp | 2 +-
diffs (24 lines):
diff -r 61433ed873cf -r b13a59d17b81 ChangeLog
--- a/ChangeLog Fri Sep 04 07:14:31 2009 -0400
+++ b/ChangeLog Tue Sep 08 11:46:08 2009 +0100
@@ -1,3 +1,8 @@ 2009-09-04 Gary Benson <gbenson at redhat
+2009-09-08 Gary Benson <gbenson at redhat.com>
+
+ * ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp
+ (JavaThread::pop_zero_frame): Tweak.
+
2009-09-04 Gary Benson <gbenson at redhat.com>
* ports/hotspot/src/cpu/zero/vm/entry_zero.hpp
diff -r 61433ed873cf -r b13a59d17b81 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 Sep 04 07:14:31 2009 -0400
+++ b/ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp Tue Sep 08 11:46:08 2009 +0100
@@ -45,7 +45,7 @@
_top_zero_frame = frame;
}
void pop_zero_frame() {
- _zero_stack.set_sp((intptr_t *) _top_zero_frame + 1);
+ zero_stack()->set_sp((intptr_t *) _top_zero_frame + 1);
_top_zero_frame = *(ZeroFrame **) _top_zero_frame;
}
More information about the distro-pkg-dev
mailing list