From 8f47da368c2b423d8a86ef016dcabdb3a3b15899 Mon Sep 17 00:00:00 2001 From: OpenJDK Team Date: Mon, 29 Jan 2024 00:07:10 +0100 Subject: [PATCH] hotspot-mips-align Gbp-Pq: Name hotspot-mips-align.diff --- src/hotspot/cpu/zero/zeroInterpreter_zero.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/cpu/zero/zeroInterpreter_zero.cpp b/src/hotspot/cpu/zero/zeroInterpreter_zero.cpp index b73669f64..610c25435 100644 --- a/src/hotspot/cpu/zero/zeroInterpreter_zero.cpp +++ b/src/hotspot/cpu/zero/zeroInterpreter_zero.cpp @@ -426,7 +426,7 @@ int ZeroInterpreter::native_entry(Method* method, intptr_t UNUSED, TRAPS) { ThreadStateTransition::transition_from_java(thread, _thread_in_native); // Make the call - intptr_t result[4 - LogBytesPerWord]; + intptr_t result[4 - LogBytesPerWord] __attribute__((__aligned__(__alignof__(double)))); ffi_call(handler->cif(), (void (*)()) function, result, arguments); // Change the thread state back to _thread_in_Java and ensure it -- 2.30.2