Message9797

Author kevinmcmurtrie
Recipients kevinmcmurtrie, zyasoft
Date 2015-04-11.05:25:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <83C7F87F-3572-43A7-A5DB-9390F7BD4BF8@pixelmemory.us>
In-reply-to <1428721767.46.0.475700529755.issue2321@psf.upfronthosting.co.za>
Content
A weak key map of Thread to ThreadState is exactly what ThreadLocal does.  The intermediate Object[1] reference and MapMaker use makes no sense.  Only an instance of ThreadLocal<ThreadState> is needed here.
History
Date User Action Args
2015-04-11 05:25:07kevinmcmurtriesetrecipients: + kevinmcmurtrie, zyasoft
2015-04-11 05:25:07kevinmcmurtrielinkissue2321 messages
2015-04-11 05:25:07kevinmcmurtriecreate