Skip to content

Commit

Permalink
Even more style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adinn committed Apr 13, 2023
1 parent 8858d79 commit 8428e0e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -579,9 +579,9 @@
* caller. So, if compiled method M inlines a call to m1 at source position f0:l0, m1 inlines a call
* to method m2 at source position f1:l1 and m2 inlines a call to m3 at source position f2:l2 then
* there will be a level 2 DIE for the inline code range derived from m1 referencing the declaration
* DIE for m1 with f0 and l0 as file and line, a level 3 DIE for the inline code range derived
* from m2 referencing the declaration DIE for m2 with f1 and l1 as file and line and a level 3 DIE
* for the inline code range derived from m3 referencing the declaration DIE for m3 with f2 and l2 as
* DIE for m1 with f0 and l0 as file and line, a level 3 DIE for the inline code range derived from
* m2 referencing the declaration DIE for m2 with f1 and l1 as file and line and a level 3 DIE for
* the inline code range derived from m3 referencing the declaration DIE for m3 with f2 and l2 as
* file and line.
*
* <ul>
Expand Down

0 comments on commit 8428e0e

Please sign in to comment.