mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-26 07:40:09 +00:00
8252237: C2: Call to compute_separating_interferences has wrong argument order
Reviewed-by: kvn, thartmann
This commit is contained in:
parent
50fa1623ad
commit
928d63242e
@ -535,7 +535,7 @@ void PhaseConservativeCoalesce::union_helper( Node *lr1_node, Node *lr2_node, ui
|
||||
|
||||
// Factored code from copy_copy that computes extra interferences from
|
||||
// lengthening a live range by double-coalescing.
|
||||
uint PhaseConservativeCoalesce::compute_separating_interferences(Node *dst_copy, Node *src_copy, Block *b, uint bindex, RegMask &rm, uint reg_degree, uint rm_size, uint lr1, uint lr2 ) {
|
||||
uint PhaseConservativeCoalesce::compute_separating_interferences(Node *dst_copy, Node *src_copy, Block *b, uint bindex, RegMask &rm, uint rm_size, uint reg_degree, uint lr1, uint lr2 ) {
|
||||
|
||||
assert(!lrgs(lr1)._fat_proj, "cannot coalesce fat_proj");
|
||||
assert(!lrgs(lr2)._fat_proj, "cannot coalesce fat_proj");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user