hotspot/src/share/vm/opto/compile.hpp
changeset 12107 0d67c9f2abf2
parent 11190 d561d41f241a
child 13728 882756847a04
--- a/hotspot/src/share/vm/opto/compile.hpp	Fri Mar 02 13:13:25 2012 -0800
+++ b/hotspot/src/share/vm/opto/compile.hpp	Mon Mar 05 18:10:31 2012 -0800
@@ -631,7 +631,7 @@
 
   // Decide how to build a call.
   // The profile factor is a discount to apply to this site's interp. profile.
-  CallGenerator*    call_generator(ciMethod* call_method, int vtable_index, bool call_is_virtual, JVMState* jvms, bool allow_inline, float profile_factor);
+  CallGenerator*    call_generator(ciMethod* call_method, int vtable_index, bool call_is_virtual, JVMState* jvms, bool allow_inline, float profile_factor, bool allow_intrinsics = true);
   bool should_delay_inlining(ciMethod* call_method, JVMState* jvms);
 
   // Report if there were too many traps at a current method and bci.