src/hotspot/share/prims/jvmtiCodeBlobEvents.cpp
changeset 54497 96230a5ef2ec
parent 53582 881c5fbeb849
child 54623 1126f0607c70
equal deleted inserted replaced
54496:30aca1e755bf 54497:96230a5ef2ec
   234     nmethodLocker nml(current);
   234     nmethodLocker nml(current);
   235 
   235 
   236     // Don't hold the lock over the notify or jmethodID creation
   236     // Don't hold the lock over the notify or jmethodID creation
   237     MutexUnlockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
   237     MutexUnlockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
   238     current->get_and_cache_jmethod_id();
   238     current->get_and_cache_jmethod_id();
   239     JvmtiExport::post_compiled_method_load(current);
   239     JvmtiExport::post_compiled_method_load(env, current);
   240   }
   240   }
   241   return JVMTI_ERROR_NONE;
   241   return JVMTI_ERROR_NONE;
   242 }
   242 }
   243 
   243 
   244 
   244