Skip to content

Commit

Permalink
8332903: ubsan: opto/output.cpp:1002:18: runtime error: load of value…
Browse files Browse the repository at this point in the history
… 171, which is not a valid value for type 'bool'

Backport-of: 113a2c028dc3b9abb6229d5f0b812b54a9b61011
  • Loading branch information
MBaesken committed Aug 28, 2024
1 parent e50b815 commit 6f382d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/cpu/ppc/ppc.ad
Original file line number Diff line number Diff line change
Expand Up @@ -3510,6 +3510,7 @@ encode %{
call->_in_rms = _in_rms;
call->_nesting = _nesting;
call->_override_symbolic_info = _override_symbolic_info;
call->_arg_escape = _arg_escape;

// New call needs all inputs of old call.
// Req...
Expand Down

1 comment on commit 6f382d1

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.