On Sat, 2006-07-01 at 15:01 +0200, Jeroen Frijters wrote:
> Hi,
> 
> I added a helper method to ThreadGroup that the VM can use to
> (relativelyly) efficiently resolve a thread id into a Thread object.
> 
> Regards,
> Jeroen
> 
> 2006-07-01  Jeroen Frijters  <[EMAIL PROTECTED]>
> 
>         * java/lang/ThreadGroup.java
>         (getThreadFromId, getThreadFromIdImpl): New methods.

Thanks for doing this.  Linking the ID to the thread was the bit
I thought would be most troublesome for VMs to implement, as the
value doesn't seem to propogate further than the Thread instance itself.

Cheers,
-- 
Andrew :-)

Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
public class gcj extends Freedom implements Java { ... }

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to