src/hotspot/share/opto/graphKit.hpp
changeset 51514 1e332d63bd96
parent 51485 0c7040d1d1ca
child 51705 8123901bc3d1
--- a/src/hotspot/share/opto/graphKit.hpp	Thu Aug 23 16:47:53 2018 -0700
+++ b/src/hotspot/share/opto/graphKit.hpp	Fri Aug 24 08:17:23 2018 +0200
@@ -693,7 +693,7 @@
   // Finish up a java call that was started by set_edges_for_java_call.
   // Call add_exception on any throw arising from the call.
   // Return the call result (transformed).
-  Node* set_results_for_java_call(CallJavaNode* call, bool separate_io_proj = false);
+  Node* set_results_for_java_call(CallJavaNode* call, bool separate_io_proj = false, bool deoptimize = false);
 
   // Similar to set_edges_for_java_call, but simplified for runtime calls.
   void  set_predefined_output_for_runtime_call(Node* call) {