summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/portable
diff options
context:
space:
mode:
authorPavel Vyssotski <pavel.n.vyssotski@intel.com>2014-12-08 13:38:26 +0600
committerPavel Vyssotski <pavel.n.vyssotski@intel.com>2014-12-08 13:38:26 +0600
commit7522c741d9660a56da2dd6a8e20b8cdf01a6c333 (patch)
tree2ac37a51bda6a9f1fdbfbcfc2e6bf89cf00fd006 /runtime/entrypoints/portable
parentab6572b564db69e2877456ca6fbd3a00f4cc4b6b (diff)
downloadart-7522c741d9660a56da2dd6a8e20b8cdf01a6c333.tar.gz
art-7522c741d9660a56da2dd6a8e20b8cdf01a6c333.tar.bz2
art-7522c741d9660a56da2dd6a8e20b8cdf01a6c333.zip
ART: Fix DDM client hang transmitting native heap dump with MALLOC_IMPL=dlmalloc
VM acting as a DDM client hangs transmitting native heap segment data when dlmalloc is used instead of default jemalloc. dlmalloc_inspect_all disallow any memory allocation inside heap callback. So cannot send any data walking the heap, the same for logging. Callback function also needs to acquire the heap bitmap lock. Finally, need to indicate end of a space to flush data. Change-Id: I9541962268dd58c2a4237fe1550c9e153252ab4a Signed-off-by: Pavel Vyssotski <pavel.n.vyssotski@intel.com>
Diffstat (limited to 'runtime/entrypoints/portable')
0 files changed, 0 insertions, 0 deletions