commit | 9ba9e4aecbd890bc3cb6f84d96c406d27e101c22 | [log] [tgz] |
---|---|---|
author | Harold Seigel <hseigel@openjdk.org> | Wed Jul 22 08:00:38 2015 -0400 |
committer | Harold Seigel <hseigel@openjdk.org> | Wed Jul 22 08:00:38 2015 -0400 |
tree | 50539b7c5ae26bf2a5d98ee4e20c1eb650ce5b7e | |
parent | bd27782e17e62dfab60451e9101165b3fcba7d21 [diff] |
8129895: New verifier fails to reject erroneous cast from int[] to other arrays of small integer types Only allow assignability of arrays of primitive types if the types are identical Reviewed-by: dholmes, gtriantafill