diff src/share/vm/opto/doCall.cpp @ 780:c96bf21b756f

6788527: Server vm intermittently fails with assertion "live value must not be garbage" with fastdebug bits Summary: Cache Jvmti and DTrace flags used by Compiler. Reviewed-by: never
author kvn
date Fri, 08 May 2009 10:44:20 -0700
parents be93aad57795
children bd02caa94611
line wrap: on
line diff
--- a/src/share/vm/opto/doCall.cpp	Fri May 08 10:34:31 2009 -0700
+++ b/src/share/vm/opto/doCall.cpp	Fri May 08 10:44:20 2009 -0700
@@ -47,7 +47,7 @@
   CallGenerator* cg;
 
   // Dtrace currently doesn't work unless all calls are vanilla
-  if (DTraceMethodProbes) {
+  if (env()->dtrace_method_probes()) {
     allow_inline = false;
   }