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?

Reply via email to