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

coleen.phillimore at oracle.com coleen.phillimore at oracle.com
Tue Jun 12 18:14:22 UTC 2018


This looks good.

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.

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