git: openjdk/loom: fibers: Loom: Add missing stubs to fix build failures on PPC64, S390, ARM32 and Zero

duke duke at openjdk.java.net
Fri Jan 28 14:03:44 UTC 2022


Changeset: 0e0c60c9
Author:    Hao Sun <haosun at openjdk.org>
Committer: Alan Bateman <alanb at openjdk.org>
Date:      2022-01-28 14:03:18 +0000
URL:       https://git.openjdk.java.net/loom/commit/0e0c60c9527c62cc070dfb5382bf78452af7baaa

Loom: Add missing stubs to fix build failures on PPC64, S390, ARM32 and Zero

Reviewed-by: shade, alanb

! src/hotspot/cpu/arm/continuation_arm.inline.hpp
+ src/hotspot/cpu/arm/frame_helpers_arm.inline.hpp
! src/hotspot/cpu/ppc/continuation_ppc.inline.hpp
+ src/hotspot/cpu/ppc/frame_helpers_ppc.inline.hpp
! src/hotspot/cpu/ppc/gc/shared/barrierSetNMethod_ppc.cpp
! src/hotspot/cpu/s390/continuation_s390.inline.hpp
+ src/hotspot/cpu/s390/frame_helpers_s390.inline.hpp
! src/hotspot/cpu/zero/continuation_zero.inline.hpp
+ src/hotspot/cpu/zero/frame_helpers_zero.inline.hpp
! src/hotspot/share/oops/instanceStackChunkKlass.cpp



More information about the loom-dev mailing list