Fix MethodHandle::GetTargetClass bug

MethodHandle::GetTargetClass incorrectly asserted that ArtMethod types
were kind <= kLastValidKind instead of kind < kFirstAccessorKind. This
fixes that issue.

Test: ./test.py --host

Change-Id: I828a054ec89223b07a05bcb898d03d34608ad1e6
1 file changed