diff src/share/vm/runtime/sharedRuntime.hpp @ 17033:2d6dd2eebd51

Fixed HSAIL deopt
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Tue, 02 Sep 2014 21:42:37 -0700
parents 4062efea018b
children 89152779163c
line wrap: on
line diff
--- a/src/share/vm/runtime/sharedRuntime.hpp	Tue Sep 02 21:42:29 2014 -0700
+++ b/src/share/vm/runtime/sharedRuntime.hpp	Tue Sep 02 21:42:37 2014 -0700
@@ -405,7 +405,8 @@
                               int total_args_passed,
                               int comp_args_on_stack,
                               const BasicType *sig_bt,
-                              const VMRegPair *regs);
+                              const VMRegPair *regs,
+                              int frame_extension_argument = -1);
 
   // OSR support