mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6589834: deoptimization problem with -XX:+DeoptimizeALot
Relocate the stack pointer adjustment to where uncommon_trap is actually inserted for new_array. Reviewed-by: kvn, jrose
This commit is contained in:
parent
273a47426e
commit
04fdef79fa
6 changed files with 139 additions and 17 deletions
|
@ -699,7 +699,7 @@ class GraphKit : public Phase {
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue