src/share/vm/runtime/sharedRuntime.cpp

changeset 1999
2a47bd84841f
parent 1957
136b78722a08
child 2036
126ea7725993
equal deleted inserted replaced
1990:a693e51ac197 1999: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(),

mercurial