Google Groups Home
Help | Sign in
Message from discussion Performance characteristics of mutable static primitives?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
John Rose  
View profile
 More options Apr 3, 7:39 pm
From: John Rose <John.R...@Sun.COM>
Date: Thu, 03 Apr 2008 16:39:10 -0700
Local: Thurs, Apr 3 2008 7:39 pm
Subject: Re: [jvm-l] Re: Performance characteristics of mutable static primitives?

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


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google