This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Patch: Thread.dumpStack()
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: Patch: Thread.dumpStack()
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Mon, 14 Feb 2000 23:12:06 -0800 (PST)
- Cc: java-patches at sourceware dot cygnus dot com
- References: <38A8F7BB.304334C7@albatross.co.nz>
Bryce> Now that we have Throwable.printStackTrace() we can implement
Bryce> Thread.dumpStack() too.
Good catch! Please check this in.
Tom