mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8212243: More gc interface tweaks for arraycopy
Reviewed-by: kvn, eosterlund
This commit is contained in:
parent
0fade4897e
commit
8ab8d45552
14 changed files with 259 additions and 122 deletions
|
@ -940,6 +940,7 @@ void PhaseMacroExpand::process_users_of_allocation(CallNode *alloc) {
|
|||
}
|
||||
k -= (oc2 - use->outcnt());
|
||||
}
|
||||
_igvn.remove_dead_node(use);
|
||||
} else if (use->is_ArrayCopy()) {
|
||||
// Disconnect ArrayCopy node
|
||||
ArrayCopyNode* ac = use->as_ArrayCopy();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue