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

Vladimir Kozlov vladimir.kozlov at oracle.com
Wed Dec 15 14:09:31 PST 2010


Good.

Vladimir

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