On Apr 3, 2008, at 4:26 PM, John Cowan wrote: > They can't all fit in the Thread object, surely.
That's what collections are for. http://hg.openjdk.java.net/jdk7/jdk7/jdk/file/75fca0b0ab83/src/share/ classes/java/lang/Thread.java class Thread { ... /* ThreadLocal values pertaining to this thread. This map is maintained * by the ThreadLocal class. */ ThreadLocal.ThreadLocalMap threadLocals; ... } -- John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en -~----------~----~----~----~------~----~------~--~---
