JDK-8346040 : Zero interpreter build on Linux Aarch64 is broken
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 25
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-12-11
  • Updated: 2024-12-25
  • Resolved: 2024-12-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 24 JDK 25
24Fixed 25 b03Fixed
Related Reports
Relates :  
Description
[2024-12-11T14:58:29,802Z] open/src/hotspot/share/oops/compressedKlass.cpp:181: error: undefined reference to 'CompressedKlassPointers::set_klass_decode_mode()'
[2024-12-11T14:58:29,807Z] open/src/hotspot/share/oops/compressedKlass.cpp:278: error: undefined reference to 'CompressedKlassPointers::set_klass_decode_mode()'
[2024-12-11T14:58:30,873Z] open/src/hotspot/share/cds/metaspaceShared.cpp:1492: error: undefined reference to 'CompressedKlassPointers::check_klass_decode_mode(unsigned char*, int, unsigned long)'
[2024-12-11T14:58:31,925Z] collect2: error: ld returned 1 exit status
[2024-12-11T14:58:31,933Z] lib/CompileJvm.gmk:168: recipe for target '/opt/mach5/mesos/work_dir/slaves/b733f181-520a-4536-86fc-7df55263c942-S3197/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/79b38c21-ca8e-4d07-8d16-5bc6dc193ca8/runs/7cd50ed4-d6e4-409d-aebb-c46c7f2c9586/workspace/build/linux-aarch64-zero/support/modules_libs/java.base/zero/libjvm.so' failed
Comments
A pull request was submitted for review. Branch: jdk24 URL: https://git.openjdk.org/jdk/pull/22722 Date: 2024-12-12 22:02:45 +0000
12-12-2024

Changeset: ef6e987a Branch: master Author: Coleen Phillimore <coleenp@openjdk.org> Date: 2024-12-12 12:48:06 +0000 URL: https://git.openjdk.org/jdk/commit/ef6e987a006ef81fb0cc6c12a88ee954738ec5d0
12-12-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/22692 Date: 2024-12-11 22:00:11 +0000
11-12-2024

Casued by JDK-8340212
11-12-2024