commit | d090b4fe29044f548d8716223c71b08f11160bf1 | [log] [tgz] |
---|---|---|
author | Y. Srinivas Ramakrishna <ysr@openjdk.org> | Tue Dec 08 15:12:17 2009 -0800 |
committer | Y. Srinivas Ramakrishna <ysr@openjdk.org> | Tue Dec 08 15:12:17 2009 -0800 |
tree | 9e4f45f870f106b0056c80a5bbbe1b74292e0d31 | |
parent | 203cd9408aa46b3406583aa8258d78d7a1f05efe [diff] |
6908208: UseCompressedOops: array_size() returns incorrect size for MAX_INT object array following 6906727 In array_size() cast to an unsigned to avoid overflow of intermediate value. Reviewed-by: kvn, tonyp, jmasa, jcoomes, coleenp