src/share/vm/interpreter/interpreterRuntime.cpp

changeset 3101
aa67216400d3
parent 3050
fdb992d83a87
child 3112
5596e125fe4f
     1.1 --- a/src/share/vm/interpreter/interpreterRuntime.cpp	Thu Sep 01 01:31:25 2011 -0700
     1.2 +++ b/src/share/vm/interpreter/interpreterRuntime.cpp	Fri Sep 02 00:36:18 2011 -0700
     1.3 @@ -555,7 +555,7 @@
     1.4      assert(method_handle->is_a(SystemDictionary::MethodHandle_klass()), "must be");
     1.5  
     1.6      {
     1.7 -      // Walk all nmethods depending on CallSite
     1.8 +      // Walk all nmethods depending on this call site.
     1.9        MutexLocker mu(Compile_lock, thread);
    1.10        Universe::flush_dependents_on(call_site, method_handle);
    1.11      }

mercurial