The cost of stack traces

Andrew Haley aph@redhat.com
Thu May 11 10:11:00 GMT 2006


gabriel.bianco@pixeon.com.br writes:

 > I actually don't need stack traces at all in some of my
 > programs... What do I need to do to disable it completely?

You may not need stack traces, but gcj does.  To disable the launching
of external programs, set the property
gnu.gcj.runtime.NameFinder.use_addr2line=false.

Andrew.



More information about the Java mailing list