Skip to content

Commit

Permalink
8343506: [s390x] multiple test failures with ubsan
Browse files Browse the repository at this point in the history
Reviewed-by: mdoerr, lucy
  • Loading branch information
offamitkumar committed Nov 8, 2024
1 parent 96eed7f commit f6edfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/s390/s390.ad
Original file line number Diff line number Diff line change
Expand Up @@ -2547,7 +2547,7 @@ operand uimmI8() %{
// 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 %{ %}
Expand Down

0 comments on commit f6edfe5

Please sign in to comment.