changeset 10510 | ab626d1bdf53 |
parent 10265 | 4c869854aebd |
child 10521 | 5c4fac522301 |
--- a/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp Thu Sep 01 01:31:25 2011 -0700 +++ b/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp Fri Sep 02 00:36:18 2011 -0700 @@ -555,7 +555,7 @@ assert(method_handle->is_a(SystemDictionary::MethodHandle_klass()), "must be"); { - // Walk all nmethods depending on CallSite + // Walk all nmethods depending on this call site. MutexLocker mu(Compile_lock, thread); Universe::flush_dependents_on(call_site, method_handle); }