Skip to content

Commit 9871886

Browse files
committed
Fix typo in upcall helper for aarch64
1 parent 4a2c224 commit 9871886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/cpu/aarch64/universalUpcallHandler_aarch64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ static void upcall_helper(jobject rec, address buff) {
120120
&args, thread);
121121
}
122122

123-
addres ProgrammableUpcallHandler::generate_upcall_stub(jobject rec, jobject jabi, jobject jlayout) {
123+
address ProgrammableUpcallHandler::generate_upcall_stub(jobject rec, jobject jabi, jobject jlayout) {
124124
ResourceMark rm;
125125
const ABIDescriptor abi = ForeignGlobals::parse_abi_descriptor(jabi);
126126
const BufferLayout layout = ForeignGlobals::parse_buffer_layout(jlayout);

0 commit comments

Comments
 (0)