8343506: [s390x] multiple test failures with ubsan

Backport-of: f6edfe58d6
This commit is contained in:
Amit Kumar
2024-11-18 14:00:50 +00:00
committed by Vitaly Provodin
parent d40225528a
commit d8506d916f

View File

@@ -2641,7 +2641,7 @@ operand uimmI5() %{
// operand type int
// Unsigned Integer Immediate: 9-bit
operand SSlenDW() %{
predicate(Immediate::is_uimm8(n->get_long()-1));
predicate(Immediate::is_uimm8((julong)n->get_long()-1));
match(ConL);
op_cost(1);
format %{ %}