Fix test failure in SMART mode.

Update test 082-inline-execute to avoid a verifier issue with quickening.

An invoke-virtual is quickened into an invoke-virtual-quick. However it is
made on a "null" instance. During verification, we can't infer the method
being invoked from the vtable index since we have no access to the class. This
leads to fail on a check and abort.

Bug: 11427954
Change-Id: I740d67c72abb617db67a2c35d9be8346358f78ce
1 file changed