OSDN Git Service

ART: Fix streaming tracing issues
authorAndreas Gampe <agampe@google.com>
Tue, 23 Jun 2015 05:53:45 +0000 (22:53 -0700)
committerAndreas Gampe <agampe@google.com>
Fri, 26 Jun 2015 17:08:39 +0000 (10:08 -0700)
commitb91205e40fe692061edde19ecb87d51414a7fcee
tree450c5adcfd3d9f8ab4eafb75859c765d15ab8948
parent1ff04abecc7318826248c24850c1116df5b68b33
ART: Fix streaming tracing issues

Fix a lock ordering issue in streaming-mode tracing.

Fix a moving-GC issue in streaming-mode tracing. DexCache
objects are not good keys for a map.

Expose streaming mode for testing in run-tests.

Bug: 21760614
Change-Id: Idcd0575684ee3cc0cec3f81b4fdd0d5988c11e8c
build/Android.common_test.mk
runtime/base/mutex.h
runtime/trace.cc
runtime/trace.h
test/Android.run-test.mk
test/run-test