On Sat, Jun 7, 2008 at 12:32 AM, Bob Lee <[EMAIL PROTECTED]> wrote: > One thing I mentioned in the bug is that we should consider introducing a > package-private AbstractThread parent class so we only have to change the > code in one place. I think adding parent class for java.lang.Thread is against the Java spec, as the class hierarchy should be consistent with that documented in spec.
Thanks, Aleksey.
