OSDN Git Service

AI 143460: Adding new annotation for tests that expose or suffer from
authorJorg Pleumann <>
Mon, 30 Mar 2009 09:37:20 +0000 (02:37 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Mon, 30 Mar 2009 09:37:20 +0000 (02:37 -0700)
commit6b216119f39ce7a26aa25204b844dd44271e46db
treec6ceae30cd32352138877d44e2c79c470b7f2075
parent6d833cc02bffb184eefef200e2aace29203103a3
AI 143460: Adding new annotation for tests that expose or suffer from
  side effecs. The test harness can isolate these in their
  own process. Unfortunately we need to add the class twice.
  Maybe we can find a better solution for this at a later
  point.
  BUG=1285921

Automated import of CL 143460
libcore/dalvik/src/main/java/dalvik/annotation/SideEffect.java [new file with mode: 0644]
libcore/dalvik/src/test/java/dalvik/annotation/SideEffect.java [new file with mode: 0644]