RFR: Reimplement TsanOopMap support using WeakHandle and ResizeableResourceHashtable [v6]
Jiangli Zhou
jiangli at openjdk.org
Wed Jul 24 18:39:45 UTC 2024
On Wed, 24 Jul 2024 01:51:14 GMT, Man Cao <manc at openjdk.org> wrote:
>> Jiangli Zhou has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Sort moves for overlapping case only.
>
> src/hotspot/share/tsan/tsanOopMapTable.cpp line 134:
>
>> 132: _dest_low(dest_low), _dest_high(dest_high),
>> 133: _n_downward_moves(n_downward_moves) {}
>> 134: bool do_entry(TsanOopMapTableKey& entry, uintx size) {
>
> `uintx` should also be `jlong`, right?
Fixed to use `size_t`.
-------------
PR Review Comment: https://git.openjdk.org/tsan/pull/19#discussion_r1690268641
More information about the tsan-dev
mailing list