But i'm wondering why there isn't a global jvm system option for the new Thread(runnable).start() to perserve stack traces at least until the start method. Seems like a no brainer so that tools (like the netbeans debugger) can find where the misbehaving threads originate from, (instead of like now, where i have to depend on the names). Or am i missing something obvious?
- Maybe i'm being naive about Threads. Paulo Levi
- Re: Maybe i'm being naive about Threa... Rémi Forax
- Re: Maybe i'm being naive about T... Thomas Hawtin
- Re: Maybe i'm being naive about Threa... David Holmes - Sun Microsystems
