8339298: Remove unused function declaration poll_for_safepoint

Reviewed-by: fyang, chagedorn
This commit is contained in:
Gui Cao 2024-09-02 01:23:50 +00:00 committed by Fei Yang
parent 92aafb4342
commit 9d7d85a6aa
2 changed files with 0 additions and 4 deletions

View File

@ -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;

View File

@ -62,8 +62,6 @@ private:
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 {