mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8151661: Performance regression on Solaris-SPARC in 9-b103
Reviewed-by: kvn, aph
This commit is contained in:
parent
152f87ef6c
commit
f8e4173a4e
1 changed files with 1 additions and 2 deletions
|
@ -1246,8 +1246,7 @@ bool InstructForm::check_branch_variant(ArchDesc &AD, InstructForm *short_branch
|
||||||
!is_short_branch() && // Don't match another short branch variant
|
!is_short_branch() && // Don't match another short branch variant
|
||||||
reduce_result() != NULL &&
|
reduce_result() != NULL &&
|
||||||
strcmp(reduce_result(), short_branch->reduce_result()) == 0 &&
|
strcmp(reduce_result(), short_branch->reduce_result()) == 0 &&
|
||||||
_matrule->equivalent(AD.globalNames(), short_branch->_matrule) &&
|
_matrule->equivalent(AD.globalNames(), short_branch->_matrule)) {
|
||||||
equivalent_predicates(this, short_branch)) {
|
|
||||||
// The instructions are equivalent.
|
// The instructions are equivalent.
|
||||||
|
|
||||||
// Now verify that both instructions have the same parameters and
|
// Now verify that both instructions have the same parameters and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue