Class getField/Method returns NULL if type/args are unresolved.

These changes check that a field's type is resolved before returning it
through getDeclaredField, and that a method's return type and argument
types are resolved before returning it through getDeclaredMethods. This
fixes test failures in libcore MissingClassesTest.

Change-Id: I09b4d175702d32ed7d17d72c0eb229079c4dcd09
3 files changed
tree: 6ae8c1b12810dcc5f0c637c62b58cde8aa4a869d
  1. build/
  2. jdwpspy/
  3. src/
  4. test/
  5. tools/
  6. .gitignore
  7. Android.mk