comparison src/share/vm/runtime/sharedRuntime.cpp @ 1644:2a47bd84841f

6965184: possible races in make_not_entrant_or_zombie Reviewed-by: kvn
author never
date Thu, 08 Jul 2010 14:29:44 -0700
parents 136b78722a08
children 126ea7725993
comparison
equal deleted inserted replaced
1635:a693e51ac197 1644:2a47bd84841f
2249 sizeof(blob_id), 2249 sizeof(blob_id),
2250 "%s(%s)@" PTR_FORMAT, 2250 "%s(%s)@" PTR_FORMAT,
2251 B->name(), 2251 B->name(),
2252 fingerprint->as_string(), 2252 fingerprint->as_string(),
2253 B->instructions_begin()); 2253 B->instructions_begin());
2254 VTune::register_stub(blob_id, B->instructions_begin(), B->instructions_end());
2255 Forte::register_stub(blob_id, B->instructions_begin(), B->instructions_end()); 2254 Forte::register_stub(blob_id, B->instructions_begin(), B->instructions_end());
2256 2255
2257 if (JvmtiExport::should_post_dynamic_code_generated()) { 2256 if (JvmtiExport::should_post_dynamic_code_generated()) {
2258 JvmtiExport::post_dynamic_code_generated(blob_id, 2257 JvmtiExport::post_dynamic_code_generated(blob_id,
2259 B->instructions_begin(), 2258 B->instructions_begin(),