RFR (T) 8237217: Incorrect G1StringDedupEntry type used in StringDedupTable destructor
Aleksey Shipilev
shade at redhat.com
Wed Jan 15 19:05:11 UTC 2020
On 1/15/20 7:51 PM, Kim Barrett wrote:
>> On Jan 15, 2020, at 1:48 PM, Aleksey Shipilev <shade at redhat.com> wrote:
>>
>> Bug:
>> https://bugs.openjdk.java.net/browse/JDK-8237217
>>
>> Spotted this when reading the strdedup code. This is a trivial leftover from JDK-8203641.
>> G1StringDedupEntry symbol does not even exist, and the whole thing works because FREE_C_HEAP_ARRAY
>> ignores that parameter. But it should be consistent anyway with constructor anyway.
>>
>> I would not bother with jdk-submit testing, as it looks pretty trivial.
>
> Looks good, and trivial.
Thanks, pushed.
--
Thanks,
-Aleksey
More information about the hotspot-gc-dev
mailing list