review (XS) for 6839888: Array overrun in vm adlc
Tom Rodriguez
tom.rodriguez at oracle.com
Wed Dec 15 12:56:11 PST 2010
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