[jdk21u-dev] RFR: 8319973: AArch64: Save and restore FPCR in the call stub
Boris Ulasevich
bulasevich at openjdk.org
Fri Oct 11 13:35:15 UTC 2024
On Fri, 11 Oct 2024 10:54:44 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
> I am wondering why this is not recognized clean.
I do not think I did anything wrong. Automatic patch applied cleanly and jtreg tier1-3 tests are OK.
boris at jdk21u-dev$ (cd ../jdk-trunk ; git show 6e86904a94d2ed2815aa6e3364c048dac595320d) | patch -p1
patching file src/hotspot/cpu/aarch64/assembler_aarch64.hpp
patching file src/hotspot/cpu/aarch64/frame_aarch64.hpp
patching file src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp
Hunk #1 succeeded at 570 (offset -1 lines).
patching file src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp
Hunk #1 succeeded at 136 (offset -5 lines).
Hunk #2 succeeded at 169 (offset -5 lines).
Hunk #3 succeeded at 201 (offset -5 lines).
Hunk #4 succeeded at 252 (offset -5 lines).
Hunk #5 succeeded at 373 (offset -5 lines).
boris at jdk21u-dev$ git commit -m "Backport 6e86904a94d2ed2815aa6e3364c048dac595320d" src
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/1042#issuecomment-2407424827
More information about the jdk-updates-dev
mailing list