[all-commits] [llvm/llvm-project] 5237b1: tsan: print alloc stack for Java objects

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Wed Jul 28 11:25:26 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5237b140874a47670678b1f5b4566ffcea15b9b7
      https://github.com/llvm/llvm-project/commit/5237b140874a47670678b1f5b4566ffcea15b9b7
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-07-28 (Wed, 28 Jul 2021)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_interface_java.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl.h
    M compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
    M compiler-rt/test/tsan/java.h
    M compiler-rt/test/tsan/java_symbolization.cpp

  Log Message:
  -----------
  tsan: print alloc stack for Java objects

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

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D106956




More information about the All-commits mailing list