• Andy McFadden's avatar
    Fix reporting of certain verify errors. · af0e8388
    Andy McFadden authored
    The code was assuming that the reference type could always be inferred
    from the error code, but in two cases it couldn't.  This resulted in a
    weird string appearing where the class name should be in the exception.
    The type is now explicitly stuffed into the replacement instruction.
    
    I added one additional test to 075; with this, plus 003 and 077, I think
    we have full coverage.
    
    For bug 2084560.
    af0e8388
DalvikVersion.h 1.12 KB