One other valuable bit of valuable info missing from the current bug writeup is 
an explanation of why the RFE (request for enhancement) matters. Where is the 
problem encountered, how widespread is the problem, how much of a bottleneck 
does it represent, etc.? Any context you can provide can only help to attract 
attention and effort to this problem. 

I suspect that in the past there was a resistance to converting to 
ConcurrentHashMap because of the additional overhead that CHM introduced. This 
has been fixed in JDK 7 so this resistance may no longer apply. 

Mike


On Jul 24 2011, at 08:17 , Alan Bateman wrote:

> Peter Lawrey wrote:
>> Hello,
>> 
>> I am trying to following the http://openjdk.java.net/contribute/
>> What is the next step to progressing bug
>> https://bugs.openjdk.java.net/show_bug.cgi?id=100120
>> It has a suggested fix provided.
>> 
>> Regards,
>>  Peter.
>>  
> I would suggest re-basing the patch and attaching it to the bug. It would 
> also be good to create a standalone test case that can be used to demonstrate 
> the contention (we could add it to tests in jdk/test/java/lang/reflect/Proxy 
> so that future maintainers have some performance tests to run). If a patch is 
> attached then you could start a discussion here, get it reviewed, and get a 
> sponsor to help get it in.
> 
> -Alan.

Reply via email to