src/share/vm/code/dependencies.cpp

changeset 1424
148e5441d916
parent 631
d1605aabd0a1
child 1428
54b3b351d6f9
     1.1 --- a/src/share/vm/code/dependencies.cpp	Tue Sep 15 11:09:34 2009 -0700
     1.2 +++ b/src/share/vm/code/dependencies.cpp	Tue Sep 15 21:53:47 2009 -0700
     1.3 @@ -302,7 +302,7 @@
     1.4        bytes.write_byte(code_byte);
     1.5        for (int j = 0; j < stride; j++) {
     1.6          if (j == skipj)  continue;
     1.7 -        bytes.write_int(_oop_recorder->find_index(deps->at(i+j)->encoding()));
     1.8 +        bytes.write_int(_oop_recorder->find_index(deps->at(i+j)->constant_encoding()));
     1.9        }
    1.10      }
    1.11    }

mercurial