review (XS) for 6839888: Array overrun in vm adlc

Igor Veresov igor.veresov at oracle.com
Wed Dec 15 13:52:03 PST 2010


Looks good.

On 12/15/10 12:56 PM, Tom Rodriguez wrote:
> http://cr.openjdk.java.net/~never/6839888
>
> 6839888: Array overrun in vm adlc
> Reviewed-by:
>
> The init code in dict2.cpp is initializing one past the end in the
> xsum array.  The fix is to make the code look like the libadt/dict.cpp
> code with both arrays being of size MAXID and correcting the loop
> bounds.  At some point these files should be resynced.



More information about the hotspot-compiler-dev mailing list