hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 5924 dc9d04930c82
parent 5882 6b2aecc4f7d8
child 6176 4d9030fe341f
equal deleted inserted replaced
5915:406168b53eb0 5924:dc9d04930c82
  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(),