RFR: 8321509: False positive in get_trampoline fast path causes crash [v3]
Vladimir Kozlov
kvn at openjdk.org
Wed Jul 10 20:10:59 UTC 2024
On Wed, 10 Jul 2024 19:37:36 GMT, Dean Long <dlong at openjdk.org> wrote:
> If there is other code calling Assembler::reachable_from_branch_at() directly then you might need to change that function too.
Yes, I will do. But this should not prevent you from pushing your changes. I only request to add "optimization" check `(destination == addr)` into `NativeCall::destination()`
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19796#issuecomment-2221311807
More information about the hotspot-compiler-dev
mailing list