Java application Crash in my Macbook Pro M1

Im running a java Application fine in my M1, but in some cases crash with this message:

assertion failed [found_x86_offset]: no instruction entry found for jit breakpoint at arm address 0x12db71e00.

OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.10+9) running
With Rosetta.

Any ideas how to avoid this.
Thanks in advance.

Replies

I've got same issue. On old Macbook Pro (2015) not this issue, but on Macbook Pro 2020 M1 I get:

assertion failed [found_x86_offset]: no instruction entry found for jit breakpoint at arm address 0x107e2d350
(TranslationCacheJit.cpp:270 handle_jit_breakpoint)


When using specific java version for ARM of Azul, the error is gone. Can not post a link here, but when you google on 'azul' and 'arm' you will find it. You can filter on 'Macos' and 'ARM64' to find proper version.

UPDATE: Although I do not get the error that often anymore, it still appeared... So not completely solved.


After changing to Azul java version and installing M1 compatible version of Intellij, AND properly selecting the Azul version to be used for both platform and project in Intellij, the error is gone.


Can you please share the download links for:-

  1. Azul java
  2. M1 compatible version of Intellij