[all-commits] [llvm/llvm-project] b58474: tsan: fix Java heap block begin in reports
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Thu Nov 25 08:08:05 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b584741d06ef01b7497d58776e225aa189528968
https://github.com/llvm/llvm-project/commit/b584741d06ef01b7497d58776e225aa189528968
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-11-25 (Thu, 25 Nov 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
M compiler-rt/test/tsan/java_symbolization.cpp
Log Message:
-----------
tsan: fix Java heap block begin in reports
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.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D114595
More information about the All-commits
mailing list