Re: [Aegisvm-devel] Re: patch to add debug info to printStackTrace
Status: Pre-Alpha
Brought to you by:
pwlfong
|
From: Philip F. <pw...@us...> - 2002-07-26 19:49:26
|
Hi Gildas, On Thu, 25 Jul 2002, Gildas Bazin wrote: > Here is the updated version which will apply to the current cvs. It also > fixes a stupid but nasty bug from my former patch (I wasn't using the > correct local variable in one place). Thanks for the new patch. I am actually in the process of adding your stuff into the cvs. Most of what I did was really just moving things to the right module etc. One thing that I found out from rereading the relevant part of the JVM spec is that there might be multiple line number table attributes for a single method (if I am interpreting properly). I think most sane compilers will generate a single such attribute for each method, but still the spec allows it. I would propose to ignore the problem for now, add an entry to the BUGS file, and move on to something more productive. Philip -- Philip W. L. Fong pw...@us... The Aegis VM Project http://aegisvm.sourceforge.net The Aegis VM Project is an on-going effort to implement a lightweight, secure JVM. It will eventually feature a modular architecture, Proof Linking, that supports pluggable verification modules. |