src/share/vm/adlc/dict2.cpp

changeset 4161
d336b3173277
parent 2402
cccd1b172b85
child 5221
f15fe46d8c00
     1.1 --- a/src/share/vm/adlc/dict2.cpp	Tue Oct 09 12:40:05 2012 -0700
     1.2 +++ b/src/share/vm/adlc/dict2.cpp	Tue Oct 09 16:09:31 2012 -0700
     1.3 @@ -33,7 +33,7 @@
     1.4  // String hash tables
     1.5  #define MAXID 20
     1.6  static char initflag = 0;       // True after 1st initialization
     1.7 -static char shft[MAXID] = {1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6};
     1.8 +static char shft[MAXID + 1] = {1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6,7};
     1.9  static short xsum[MAXID];
    1.10  
    1.11  //------------------------------bucket---------------------------------------

mercurial