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

Tom Rodriguez tom.rodriguez at oracle.com
Wed Dec 15 15:27:31 PST 2010


Thanks Igor and Vladimir.

tom

On Dec 15, 2010, at 2:09 PM, Vladimir Kozlov wrote:

> 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