/hg/icedtea6: Edward Nevill (ed at camswl.com)
enevill at icedtea.classpath.org
enevill at icedtea.classpath.org
Tue Sep 15 01:46:40 PDT 2009
changeset f07666c3167a in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=f07666c3167a
author: "Edward Nevill (ed at camswl.com)"
date: Tue Sep 15 09:48:53 2009 +0100
Edward Nevill (ed at camswl.com)
diffstat:
2 files changed, 4 insertions(+), 17 deletions(-)
ChangeLog | 4 ++++
ports/hotspot/src/cpu/zero/vm/asm_helper.cpp | 17 -----------------
diffs (38 lines):
diff -r f08ebc18b41a -r f07666c3167a ChangeLog
--- a/ChangeLog Tue Sep 15 09:39:34 2009 +0100
+++ b/ChangeLog Tue Sep 15 09:48:53 2009 +0100
@@ -1,3 +1,7 @@ 2009-09-11 Andrew John Hughes <ahughes
+2009-09-15 Edward Nevill <ed at camswl.com>
+
+ * asm_helper.cpp: Missed from previous checkin
+
2009-09-11 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r f08ebc18b41a -r f07666c3167a ports/hotspot/src/cpu/zero/vm/asm_helper.cpp
--- a/ports/hotspot/src/cpu/zero/vm/asm_helper.cpp Tue Sep 15 09:39:34 2009 +0100
+++ b/ports/hotspot/src/cpu/zero/vm/asm_helper.cpp Tue Sep 15 09:48:53 2009 +0100
@@ -15,23 +15,6 @@
#include "incls/_precompiled.incl"
#ifndef STATIC_OFFSETS
-
-extern "C" void sanity_check_backtrace(ZeroFrame *frame, int *regs);
-
-extern "C" void check_java_threads_backtrace(int *regs)
-{
- for (JavaThread* jt = Threads::first(); jt != NULL; jt = jt->next()) {
- if (jt->threadObj() == NULL ||
- jt->is_exiting() ||
- !java_lang_Thread::is_alive(jt->threadObj()) ||
- jt->is_hidden_from_external_view()) {
- continue;
- }
- if (jt->is_jvmti_agent_thread()) continue;
- if (jt->is_attaching()) continue;
- sanity_check_backtrace(jt->top_zero_frame(), regs);
- }
-}
/* Thease functions allow the ASM interpreter to call CPP virtual functions.
* Otherwise the ASM interpreter has to grup around in the VTABLE which is
More information about the distro-pkg-dev
mailing list