Skip to content

Commit

Permalink
Remove tail whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaiwei committed Jul 9, 2024
1 parent 1ec9889 commit 0fe5d82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/hotspot/cpu/riscv/sharedRuntime_riscv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2001,10 +2001,10 @@ nmethod* SharedRuntime::generate_native_wrapper(MacroAssembler* masm,
{
__ block_comment("dtrace entry {");
__ bind(dtrace_method_entry);

// We have all of the arguments setup at this point. We must not touch any register
// argument registers at this point (what if we save/restore them there are no oop?

save_args(masm, total_c_args, c_arg, out_regs);
__ mov_metadata(c_rarg1, method());
__ call_VM_leaf(
Expand All @@ -2014,7 +2014,7 @@ nmethod* SharedRuntime::generate_native_wrapper(MacroAssembler* masm,
__ j(dtrace_method_entry_done);
__ block_comment("} dtrace entry");
}

{
__ block_comment("dtrace exit {");
__ bind(dtrace_method_exit);
Expand Down

0 comments on commit 0fe5d82

Please sign in to comment.