This is an archive of the discontinued LLVM Phabricator instance.

tsan: print alloc stack for Java objects
ClosedPublic

Authored by dvyukov on Jul 28 2021, 7:16 AM.

Details

Summary

We maintain information about Java allocations,
but for some reason never printed it in reports.
Print it.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Jul 28 2021, 7:16 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2021, 7:16 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Jul 28 2021, 10:11 AM
vitalybuka added inline comments.
compiler-rt/lib/tsan/rtl/tsan_interface_java.cpp
67
This revision is now accepted and ready to land.Jul 28 2021, 10:11 AM
dvyukov marked an inline comment as done.Jul 28 2021, 11:25 AM
This revision was automatically updated to reflect the committed changes.