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: 113a2c0
  • Loading branch information
MBaesken committed Jul 29, 2024
1 parent db10ad6 commit 122523e
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 @@ -3430,6 +3430,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 122523e

@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.