JDK-8357084 : Zero build fails after JDK-8354887
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 25
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: aarch64
  • Submitted: 2025-05-16
  • Updated: 2025-05-19
  • Resolved: 2025-05-16
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 25
25 masterFixed
Related Reports
Causes :  
Description
How to produce:

./configure --with-jvm-variants=zero

Here lists a snippet of the error msg:

=== Output from failing command(s) repeated here ===
* For target hotspot_variant-zero_libjvm_objs_aotCodeCache.o:
/tmp/jdk-src/src/hotspot/share/code/aotCodeCache.cpp: In member function ‘void AOTCodeAddressTable::init_extrs()’:
/tmp/jdk-src/src/hotspot/share/code/aotCodeCache.cpp:1246:35: error: ‘aarch64_get_thread_helper’ is not a member of ‘JavaThread’
 1246 |   SET_ADDRESS(_extrs, JavaThread::aarch64_get_thread_helper);
      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/jdk-src/src/hotspot/share/code/aotCodeCache.cpp:1224:47: note: in definition of macro ‘SET_ADDRESS’
 1224 |     type##_addr[type##_length++] = (address) (addr);      \
      |                                               ^~~~

* All command lines available in /tmp/build-release/make-support/failure-logs.
=== End of repeated output ===

Comments
Changeset: 63ef90be Branch: master Author: Ashutosh Mehra <asmehra@openjdk.org> Date: 2025-05-16 17:21:16 +0000 URL: https://git.openjdk.org/jdk/commit/63ef90be971267a1d3ceb6b7a03b570c34ac4d06
16-05-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/25269 Date: 2025-05-16 15:03:32 +0000
16-05-2025