hotspot/src/share/vm/oops/instanceKlass.cpp
changeset 10265 4c869854aebd
parent 9971 d496ecd7b9de
child 10546 e79347eebbc5
equal deleted inserted replaced
10264:6879f93d268d 10265:4c869854aebd
  1404 };
  1404 };
  1405 
  1405 
  1406 
  1406 
  1407 //
  1407 //
  1408 // Walk the list of dependent nmethods searching for nmethods which
  1408 // Walk the list of dependent nmethods searching for nmethods which
  1409 // are dependent on the klassOop that was passed in and mark them for
  1409 // are dependent on the changes that were passed in and mark them for
  1410 // deoptimization.  Returns the number of nmethods found.
  1410 // deoptimization.  Returns the number of nmethods found.
  1411 //
  1411 //
  1412 int instanceKlass::mark_dependent_nmethods(DepChange& changes) {
  1412 int instanceKlass::mark_dependent_nmethods(DepChange& changes) {
  1413   assert_locked_or_safepoint(CodeCache_lock);
  1413   assert_locked_or_safepoint(CodeCache_lock);
  1414   int found = 0;
  1414   int found = 0;