Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
robehn committed Jun 4, 2024
1 parent 89e1b14 commit d42d9e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/hotspot/cpu/riscv/nativeInst_riscv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ bool NativeCall::reloc_set_destination(address dest) {
}
}


bool NativeCall::is_call_before(address return_address) {
if (!UseTrampolines) {
return NativeFarCall::is_call_before(return_address) ||
Expand Down
1 change: 0 additions & 1 deletion src/hotspot/cpu/riscv/nativeInst_riscv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class NativeCall;

class NativeInstruction {
friend class Relocation;
friend bool is_NativeCallTrampolineStub_at(address);
public:
enum {
instruction_size = MacroAssembler::instruction_size,
Expand Down

0 comments on commit d42d9e5

Please sign in to comment.