On Wed, Nov 25, 2009 at 4:31 AM, Jochen Theodorou <[email protected]> wrote:

> Wouldn't it be possible to give an method an attribute so it will no add
> that stack frame to the exception? Is there a problem for the VM to do
> that?
>

The .NET platform uses this solution.  You put an attribute (the equivalent
to a Java annotation) on the methods that you don't want to appear in the
stack trace, and the VM does the rest.

Cheers,
Neal

--

You received this message because you are subscribed to the Google Groups "JVM 
Languages" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jvm-languages?hl=en.


Reply via email to