Skip to content

Commit

Permalink
8339298: Remove unused function declaration poll_for_safepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeihan committed Aug 30, 2024
1 parent b9e65f9 commit 8932bd1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ friend class ArrayCopyStub;
void casw(Register addr, Register newval, Register cmpval);
void casl(Register addr, Register newval, Register cmpval);

void poll_for_safepoint(relocInfo::relocType rtype, CodeEmitInfo* info = nullptr);

static const int max_tableswitches = 20;
struct tableswitch switches[max_tableswitches];
int tableswitch_count;
Expand Down
2 changes: 0 additions & 2 deletions src/hotspot/cpu/riscv/c1_LIRAssembler_riscv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ friend class ArrayCopyStub;
void caswu(Register addr, Register newval, Register cmpval);
void casl(Register addr, Register newval, Register cmpval);

void poll_for_safepoint(relocInfo::relocType rtype, CodeEmitInfo* info = nullptr);

void deoptimize_trap(CodeEmitInfo *info);

enum {
Expand Down

0 comments on commit 8932bd1

Please sign in to comment.