This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [ecj] Improved VMStackWalker.getCallingClass()
- From: Andrew Haley <aph at redhat dot com>
- To: Gary Benson <gbenson at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Thu, 7 Dec 2006 13:01:02 +0000
- Subject: Re: [ecj] Improved VMStackWalker.getCallingClass()
- References: <20061207124014.GA4058@redhat.com>
Gary Benson writes:
> This commit makes VMStackWalker.getCallingClass() unwind only
> as much of the stack as it needs in the cases when it has to.
Very good, thanks.
Is that the last part of your VMStackWalker work?
Andrew.