diff src/share/vm/oops/instanceKlass.cpp @ 3852:fdb992d83a87

7071653: JSR 292: call site change notification should be pushed not pulled Reviewed-by: kvn, never, bdelsart
author twisti
date Tue, 16 Aug 2011 04:14:05 -0700
parents d3b9f2be46ab
children e6b1331a51d2
line wrap: on
line diff
--- a/src/share/vm/oops/instanceKlass.cpp	Thu Aug 11 12:08:11 2011 -0700
+++ b/src/share/vm/oops/instanceKlass.cpp	Tue Aug 16 04:14:05 2011 -0700
@@ -1406,7 +1406,7 @@
 
 //
 // Walk the list of dependent nmethods searching for nmethods which
-// are dependent on the klassOop that was passed in and mark them for
+// are dependent on the changes that were passed in and mark them for
 // deoptimization.  Returns the number of nmethods found.
 //
 int instanceKlass::mark_dependent_nmethods(DepChange& changes) {