Move the exception check to after the code that throws the exception.

I'd mistakenly put the exception check after the method lookup,
but the exception was actually thrown by IsVisibleField(). The
test passed because this class had multiple fields to initialize.

Change-Id: I7c76abfad5d90cc36cb4fadedeb6628ca51ed433
1 file changed
tree: d89b9e892797868b0393814b62798beae9536e2d
  1. build/
  2. oat_process/
  3. oat_runtime/
  4. src/
  5. test/
  6. tools/
  7. Android.mk