mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6723160: Nightly failure: Error: meet not symmetric
Add missing _instance_id settings and other EA fixes. Reviewed-by: rasbold
This commit is contained in:
parent
a8fc1db8c1
commit
fae39068e8
11 changed files with 224 additions and 129 deletions
|
@ -3825,6 +3825,8 @@ int MatchRule::is_expensive() const {
|
|||
strcmp(opType,"ConvL2D")==0 ||
|
||||
strcmp(opType,"ConvL2F")==0 ||
|
||||
strcmp(opType,"ConvL2I")==0 ||
|
||||
strcmp(opType,"DecodeN")==0 ||
|
||||
strcmp(opType,"EncodeP")==0 ||
|
||||
strcmp(opType,"RoundDouble")==0 ||
|
||||
strcmp(opType,"RoundFloat")==0 ||
|
||||
strcmp(opType,"ReverseBytesI")==0 ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue