OSDN Git Service

Fix handling of annotations whose classes are missing at runtime.
authorElliott Hughes <enh@google.com>
Sat, 15 Dec 2012 01:27:24 +0000 (17:27 -0800)
committerElliott Hughes <enh@google.com>
Mon, 17 Dec 2012 17:08:24 +0000 (09:08 -0800)
commit889344df4bb5cace0b8efbc1e3114406df95ceea
tree202154066990408b1e87d5a50e9329e62b2d8af0
parenteeae8a8926f647133dc858661b5b167595cf7f30
Fix handling of annotations whose classes are missing at runtime.

Bug: http://code.google.com/p/android/issues/detail?id=39854
Change-Id: I3089b693ff3084b093f991f991ac9273dea7356d
tests/004-annotations/build [new file with mode: 0644]
tests/004-annotations/src/android/test/anno/MissingAnnotation.java [new file with mode: 0644]
tests/004-annotations/src/android/test/anno/SimplyNoted.java
vm/reflect/Annotation.cpp