Tim, Please see the updated patch [1]. I had solved the NPE issue by checking currentThread() result - that's odd but can be considered a workaround. LUNI tests are ok, DRLVM build is ok, 8x speedup on MT/ThreadLocalBench.
Thanks, Aleksey. [1] https://issues.apache.org/jira/browse/HARMONY-5703 On Tue, Jun 17, 2008 at 11:44 PM, Tim Ellison <[EMAIL PROTECTED]> wrote: > Aleksey Shipilev wrote: >> >> Hi Tim, >> >> Sorry for being inactive this week, got a lot of new business. >> I'm going to follow up with the patches later this week. > > No problem, we all have busy weeks -- I just didn't want this to get > dropped. > >> P.P. Inspired by Bob, I had also played with hashcode implementation >> and have the boosts on current IdentityHashMap implementation too >> (leaving it open-addressed). > > Cool. > > Regards, > Tim >
