public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Andrew Haley <aph@redhat.com>
To: Keith Seitz <keiths@redhat.com>
Cc: Java Patch List <java-patches@gcc.gnu.org>
Subject: Re: [RFC/JVMTI] GetMethodDeclaringClass
Date: Thu, 19 Oct 2006 08:22:00 -0000	[thread overview]
Message-ID: <17719.13768.455632.416204@zebedee.pink> (raw)
In-Reply-To: <4536B2D8.3050908@redhat.com>

Keith Seitz writes:
 > Andrew Haley wrote:
 > 
 > >  > Perhaps I'm being too paranoid?
 > > 
 > > Sure.  I guess you want a debugger to be robust even when the runtime
 > > is FUBAR, but this seems a little extreme.
 > 
 > Okay, one last question... I have implemented the changes as you 
 > suggest, and (of course) they are much, much, much, (much, much, ...) 
 > simpler.
 > 
 >  > AFAICS we just need to make sure that all methods for interpreted
 >  > classes are pushed with _Jv_PushClass.  [snip]
 > 
 > In May 2006, a patch was committed to explicitly exclud interpreted 
 > class methods from showing up in ncodeMap:
 > 
 > 2006-05-31  Alan Modra  <amodra@bigpond.net.au>
 > 
 >          * stacktrace.cc (_Jv_StackTrace::UpdateNCodeMap): Don't add
 >          interpreted classes.

Well spotted.

 > Something about powerpc64-linux stacktrace failures? Original discussion 
 > here:
 > 
 > http://gcc.gnu.org/ml/java-patches/2006-q2/msg00261.html
 > 
 > Before I submit this, is this going to be a problem? I don't have access 
 > to a ppc64-linux box (that I know of, at least).

I understand.  Let's not re-introuce this bug.  We could push these
entries into a separate map or maybe when (looking them up during a
stacktrace) check that the result isn't an interpreted class.  Either
would work, and neither is a huge additional overhead.

Andrew.

  reply	other threads:[~2006-10-19  8:22 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-17 18:09 Keith Seitz
2006-10-17 18:14 ` Andrew Haley
2006-10-17 19:05   ` Andrew Haley
2006-10-17 18:42     ` Keith Seitz
2006-10-17 18:53       ` Andrew Haley
2006-10-18 23:04         ` Keith Seitz
2006-10-19  8:22           ` Andrew Haley [this message]
2006-10-23 20:50             ` Keith Seitz
2006-10-24  6:36               ` Andrew Haley
2006-10-27  0:06                 ` Keith Seitz
2006-10-27 10:17                   ` Andrew Haley
2006-10-28  2:16                     ` Keith Seitz
2006-10-17 18:23 ` Per Bothner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17719.13768.455632.416204@zebedee.pink \
    --to=aph@redhat.com \
    --cc=java-patches@gcc.gnu.org \
    --cc=keiths@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).