Verifier allows arguments of integral types to be interchangeable.

This fixes a bug where code was passing an int into a method with a
byte argument. The RI allows this, but the verifier was rejecting it.

Bug: 11033423
Change-Id: I2a6af3bbbc6e9288fc000f711ae1337ab5786d1a
1 file changed