8301346: Remove dead emit_entry_barrier_stub definition

Reviewed-by: chagedorn, kvn
This commit is contained in:
Tobias Hartmann 2023-01-31 06:46:47 +00:00
parent a6867a7ec2
commit 7b3919d3f5
6 changed files with 0 additions and 18 deletions

View File

@ -35,9 +35,6 @@
enum shift_kind kind = Assembler::LSL, unsigned shift = 0);
public:
void emit_entry_barrier_stub(C2EntryBarrierStub* stub);
static int entry_barrier_stub_size();
void string_compare(Register str1, Register str2,
Register cnt1, Register cnt2, Register result,
Register tmp1, Register tmp2, FloatRegister vtmp1,

View File

@ -28,9 +28,6 @@
// C2_MacroAssembler contains high-level macros for C2
public:
void emit_entry_barrier_stub(C2EntryBarrierStub* stub) {}
static int entry_barrier_stub_size() { return 0; }
// Compare char[] arrays aligned to 4 bytes.
void char_arrays_equals(Register ary1, Register ary2,
Register limit, Register result,

View File

@ -28,9 +28,6 @@
// C2_MacroAssembler contains high-level macros for C2
public:
void emit_entry_barrier_stub(C2EntryBarrierStub* stub) {}
static int entry_barrier_stub_size() { return 0; }
// Intrinsics for CompactStrings
// Compress char[] to byte[] by compressing 16 bytes at once.
void string_compress_16(Register src, Register dst, Register cnt,

View File

@ -39,9 +39,6 @@
VectorRegister vrs,
bool is_latin, Label& DONE);
public:
void emit_entry_barrier_stub(C2EntryBarrierStub* stub);
static int entry_barrier_stub_size();
void string_compare(Register str1, Register str2,
Register cnt1, Register cnt2, Register result,
Register tmp1, Register tmp2, Register tmp3,

View File

@ -29,9 +29,6 @@
// C2_MacroAssembler contains high-level macros for C2
public:
void emit_entry_barrier_stub(C2EntryBarrierStub* stub) {}
static int entry_barrier_stub_size() { return 0; }
//-------------------------------------------
// Special String Intrinsics Implementation.
//-------------------------------------------

View File

@ -31,9 +31,6 @@ public:
// C2 compiled method's prolog code.
void verified_entry(int framesize, int stack_bang_size, bool fp_mode_24b, bool is_stub);
void emit_entry_barrier_stub(C2EntryBarrierStub* stub);
static int entry_barrier_stub_size();
Assembler::AvxVectorLen vector_length_encoding(int vlen_in_bytes);
// Code used by cmpFastLock and cmpFastUnlock mach instructions in .ad file.