This is an archive of the discontinued LLVM Phabricator instance.

tsan: fix Java heap block begin in reports
ClosedPublic

Authored by dvyukov on Nov 25 2021, 7:07 AM.

Details

Summary

We currently use a wrong value for heap block
(only works for C++, but not for Java).
Use the correct value (we already computed it before, just forgot to use).

Depends on D114593.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Nov 25 2021, 7:07 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 25 2021, 7:07 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
melver accepted this revision.Nov 25 2021, 7:20 AM
This revision is now accepted and ready to land.Nov 25 2021, 7:20 AM
This revision was automatically updated to reflect the committed changes.