OSDN Git Service

Make quick frames of proxy methods visited if they're constructors.
authorJeff Hao <jeffhao@google.com>
Fri, 13 May 2016 21:46:28 +0000 (14:46 -0700)
committerJeff Hao <jeffhao@google.com>
Fri, 13 May 2016 23:23:59 +0000 (16:23 -0700)
commit12c08f03f65acc1c308491fc7ab6c57f682e2f24
tree8d07990c270180be291c3dd42d173dd67ddd23ef
parent6cb4ccbd0dfabb9261aca911749be0603adecfe5
Make quick frames of proxy methods visited if they're constructors.

Also adds a test case for getting annotations during moving GC.

Bug: 28510922
Change-Id: Ic9b849cd16321da3a3a609182dcdea08782496f9
12 files changed:
runtime/thread.cc
test/148-multithread-gc-annotations/check [new file with mode: 0755]
test/148-multithread-gc-annotations/expected.txt [new file with mode: 0644]
test/148-multithread-gc-annotations/gc_coverage.cc [new file with mode: 0644]
test/148-multithread-gc-annotations/info.txt [new file with mode: 0644]
test/148-multithread-gc-annotations/src/AnnoClass1.java [new file with mode: 0644]
test/148-multithread-gc-annotations/src/AnnoClass2.java [new file with mode: 0644]
test/148-multithread-gc-annotations/src/AnnoClass3.java [new file with mode: 0644]
test/148-multithread-gc-annotations/src/AnnotationThread.java [new file with mode: 0644]
test/148-multithread-gc-annotations/src/Main.java [new file with mode: 0644]
test/148-multithread-gc-annotations/src/MovingGCThread.java [new file with mode: 0644]
test/Android.libarttest.mk