hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 5924 dc9d04930c82
parent 5882 6b2aecc4f7d8
child 6176 4d9030fe341f
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Wed Jul 07 12:40:01 2010 -0700
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Thu Jul 08 14:29:44 2010 -0700
@@ -2251,7 +2251,6 @@
                  B->name(),
                  fingerprint->as_string(),
                  B->instructions_begin());
-    VTune::register_stub(blob_id, B->instructions_begin(), B->instructions_end());
     Forte::register_stub(blob_id, B->instructions_begin(), B->instructions_end());
 
     if (JvmtiExport::should_post_dynamic_code_generated()) {