RFR(S): 8204857: ConcurrentHashTable: Fix parallel processing

Robbin Ehn robbin.ehn at oracle.com
Wed Jun 13 10:48:21 UTC 2018


On 06/12/2018 08:14 PM, coleen.phillimore at oracle.com wrote:
> 
> This looks good.

Thanks!

> 
> http://cr.openjdk.java.net/~rehn/8204857/webrev/test/hotspot/gtest/utilities/test_concurrentHashtable.cpp.frames.html 
> 
> 
> 1018 EXPECT_TRUE(false) << "Not items should left";
> 
> Little typo.

Fixed!

/Robbin

> 
> Thanks,
> Coleen
> 
> 
> On 6/12/18 10:51 AM, Robbin Ehn wrote:
>> Hi, please review,
>>
>> The parallel processing functionality of the concurrenthastable is not working.
>> This adds a gtest for it and fixes the issue. But there are no users of it, so 
>> the most important is the gtest so we don't breaks this in the future.
>>
>> Change-set: http://cr.openjdk.java.net/~rehn/8204857/
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8204857
>>
>> /Robbin
> 


More information about the hotspot-runtime-dev mailing list