diff src/share/vm/opto/graphKit.hpp @ 730:9c6be3edf0dc

6589834: deoptimization problem with -XX:+DeoptimizeALot Summary: Relocate the stack pointer adjustment to where uncommon_trap is actually inserted for new_array. Reviewed-by: kvn, jrose
author cfang
date Thu, 23 Apr 2009 14:04:24 -0700
parents 0fbdb4381b99
children 8f5825e0aeaa
line wrap: on
line diff
--- a/src/share/vm/opto/graphKit.hpp	Wed Apr 22 17:03:18 2009 -0700
+++ b/src/share/vm/opto/graphKit.hpp	Thu Apr 23 14:04:24 2009 -0700
@@ -699,7 +699,7 @@
                      Node* slow_test = NULL,
                      bool raw_mem_only = false,
                      Node* *return_size_val = NULL);
-  Node* new_array(Node* klass_node, Node* count_val,
+  Node* new_array(Node* klass_node, Node* count_val, int nargs,
                   bool raw_mem_only = false, Node* *return_size_val = NULL);
 
   // Handy for making control flow