8339298: Remove unused function declaration poll_for_safepoint
Reviewed-by: fyang, chagedorn
This commit is contained in:
parent
92aafb4342
commit
9d7d85a6aa
@ -60,8 +60,6 @@ friend class ArrayCopyStub;
|
|||||||
void casw(Register addr, Register newval, Register cmpval);
|
void casw(Register addr, Register newval, Register cmpval);
|
||||||
void casl(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;
|
static const int max_tableswitches = 20;
|
||||||
struct tableswitch switches[max_tableswitches];
|
struct tableswitch switches[max_tableswitches];
|
||||||
int tableswitch_count;
|
int tableswitch_count;
|
||||||
|
@ -62,8 +62,6 @@ private:
|
|||||||
void caswu(Register addr, Register newval, Register cmpval);
|
void caswu(Register addr, Register newval, Register cmpval);
|
||||||
void casl(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);
|
void deoptimize_trap(CodeEmitInfo *info);
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user