RFR: 8321509: False positive in get_trampoline fast path causes crash [v3]

Dean Long dlong at openjdk.org
Mon Jul 8 23:59:32 UTC 2024


On Mon, 8 Jul 2024 22:06:10 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> Do we generate trampolines for "always-reachable targets " ?

No, there's no trampoline stub.  But we still call destination().

> Can you clarify how "branch_range" should be adjusted o trigger the issue for Leyden?


  static const uint64_t branch_range = 128 * M;

-------------

PR Comment: https://git.openjdk.org/jdk/pull/19796#issuecomment-2215576219


More information about the hotspot-compiler-dev mailing list