Skip to content

Commit ae4d9c2

Browse files
Kurt Millershipilev
authored andcommitted
8371918: aarch64: Incorrect pointer dereference in TemplateInterpreterGenerator::generate_native_entry
Reviewed-by: aph, shade
1 parent 0b3df48 commit ae4d9c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,6 @@ address TemplateInterpreterGenerator::generate_native_entry(bool synchronized) {
13751375
__ ldr(r10, Address(rmethod, Method::native_function_offset()));
13761376
ExternalAddress unsatisfied(SharedRuntime::native_method_throw_unsatisfied_link_error_entry());
13771377
__ lea(rscratch2, unsatisfied);
1378-
__ ldr(rscratch2, rscratch2);
13791378
__ cmp(r10, rscratch2);
13801379
__ br(Assembler::NE, L);
13811380
__ call_VM(noreg,

0 commit comments

Comments
 (0)