diff src/share/vm/runtime/dtraceJSDT.cpp @ 1805:a25394352030

Merge
author kamg
date Wed, 22 Sep 2010 12:54:51 -0400
parents d5d065957597
children f95d63e2154a
line wrap: on
line diff
--- a/src/share/vm/runtime/dtraceJSDT.cpp	Tue Sep 21 06:58:44 2010 -0700
+++ b/src/share/vm/runtime/dtraceJSDT.cpp	Wed Sep 22 12:54:51 2010 -0400
@@ -65,7 +65,7 @@
         THROW_MSG_0(vmSymbols::java_lang_RuntimeException(),
           "Unable to register DTrace probes (CodeCache: no room for DTrace nmethods).");
       }
-      h_method()->set_not_compilable(CompLevel_highest_tier);
+      h_method()->set_not_compilable();
       h_method()->set_code(h_method, nm);
       probes->nmethod_at_put(count++, nm);
     }