Code Review for 6839888

Prepared by:never on Wed Dec 15 12:50:32 PST 2010
Workspace:/net/smite.us.oracle.com/export/ws/baseline
Compare against: ssh://hg.openjdk.java.net/jdk7/hotspot-comp-gate/hotspot
Summary of changes: 3 lines changed: 0 ins; 0 del; 3 mod; 353 unchg
Patch of changes: 6839888.patch
Author comments:
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 dict.cpp code
with both arrays being of size MAXID and correcting the loop bounds.
At some point these files should be resynced.

Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/adlc/dict2.cpp

3 lines changed: 0 ins; 0 del; 3 mod; 353 unchg

This code review page was prepared using /never/bin/webrev (vers 23.18-hg-never).