Fix to dex verifier to handle float types that look like Boolean.
Addresses http://code.google.com/p/android/issues/detail?id=23465, where a Float value is potentially 0x0 or Float.MIN_VALUE (0x1), which combines into a Boolean type, which should be allowed to be promoted to Float. (cherry picked from commit 2a249c50) Change-Id: I1b81fad5e1e166246535bdfa4b7a98db3b2531bf
Showing
Please register or sign in to comment