diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/sharedRuntime.cpp	Wed Jul 07 12:40:01 2010 -0700
+++ b/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()) {