Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8248736: [aarch64] runtime/signal/TestSigpoll.java failed "fatal erro…
…r: not an ldr (literal) instruction."

Reviewed-by: aph, shade
  • Loading branch information
Stuart Monteith authored and shipilev committed Dec 2, 2020
1 parent e7ca0c4 commit 9a60413
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -254,7 +254,7 @@ void BarrierSetAssembler::nmethod_entry_barrier(MacroAssembler* masm) {
__ cmpw(rscratch1, rscratch2);
__ br(Assembler::EQ, skip);

__ mov(rscratch1, StubRoutines::aarch64::method_entry_barrier());
__ movptr(rscratch1, (uintptr_t) StubRoutines::aarch64::method_entry_barrier());
__ blr(rscratch1);
__ b(skip);

Expand Down

1 comment on commit 9a60413

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.