Skip to content

Commit 3999a18

Browse files
committed
Fix signature mismatch on aarch64
1 parent 000f75d commit 3999a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3062,7 +3062,7 @@ void OptoRuntime::generate_exception_blob() {
30623062
}
30633063
#endif // COMPILER2
30643064

3065-
address SharedRuntime::make_native_invoker(address call_target,
3065+
BufferBlob* SharedRuntime::make_native_invoker(address call_target,
30663066
int shadow_space_bytes,
30673067
const GrowableArray<VMReg>& input_registers,
30683068
const GrowableArray<VMReg>& output_registers) {

0 commit comments

Comments
 (0)