src/share/vm/oops/instanceKlass.cpp

changeset 3050
fdb992d83a87
parent 2945
d3b9f2be46ab
child 3137
e6b1331a51d2
     1.1 --- a/src/share/vm/oops/instanceKlass.cpp	Thu Aug 11 12:08:11 2011 -0700
     1.2 +++ b/src/share/vm/oops/instanceKlass.cpp	Tue Aug 16 04:14:05 2011 -0700
     1.3 @@ -1406,7 +1406,7 @@
     1.4  
     1.5  //
     1.6  // Walk the list of dependent nmethods searching for nmethods which
     1.7 -// are dependent on the klassOop that was passed in and mark them for
     1.8 +// are dependent on the changes that were passed in and mark them for
     1.9  // deoptimization.  Returns the number of nmethods found.
    1.10  //
    1.11  int instanceKlass::mark_dependent_nmethods(DepChange& changes) {

mercurial