Skip to content

Commit

Permalink
fix printing
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTortugo committed Jan 14, 2025
1 parent 3937bb9 commit 5bef6f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ public void onCompilationSuccess(OptimizedCallTarget target, AbstractCompilation
inlinedAndDispatched[1],
compilation.nodeCountPartialEval,
graph == null ? 0 : graph.getNodeCount(),
result == null ? 0 : result.getTargetCodeSize(),
result == null ? 0 : result.getCompilationId(),
result == null ? 0 : result.getTargetCodeSize(),
target.getCodeAddress(),
TIME_FORMATTER.format(ZonedDateTime.now()),
formatSourceSection(safeSourceSection(target))));
Expand Down

0 comments on commit 5bef6f4

Please sign in to comment.