Integrated: 8342683: Use non-short forward jump when passing stop()

Fredrik Bredberg fbredberg at openjdk.org
Wed Oct 23 15:29:12 UTC 2024


On Tue, 22 Oct 2024 11:57:58 GMT, Fredrik Bredberg <fbredberg at openjdk.org> wrote:

> Fixed a "short forward jump exceeds 8-bit offset at" error in `fast_unlock_lightweight()` that appears on x86 based platforms when using `-XX:+ShowMessageBoxOnError`.
> 
> Tested ok in tier1-3 on all x86 based platforms.

This pull request has now been integrated.

Changeset: afb62f73
Author:    Fredrik Bredberg <fbredberg at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/afb62f73499c09f4a7bde6f522fcd3ef1278e526
Stats:     5 lines in 1 file changed: 3 ins; 0 del; 2 mod

8342683: Use non-short forward jump when passing stop()

Reviewed-by: aboldtch, shade, kvn

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

PR: https://git.openjdk.org/jdk/pull/21635


More information about the hotspot-compiler-dev mailing list