Skip to content

Commit

Permalink
[GR-28119] Dump also Code breakdown when Point-to analysis is dumped.
Browse files Browse the repository at this point in the history
PullRequest: graal/7843
  • Loading branch information
Ondrej-Douda committed Dec 10, 2020
2 parents 2a66fd1 + b1ab39d commit a52eb97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public void onAnalysisExit(OnAnalysisExitAccess access) {

@Override
public void afterCompilation(AfterCompilationAccess access) {
if (isCodeBreakdownDumped()) {
if (isCodeBreakdownDumped() || isPointsToDumped()) {
CodeBreakdownJsonObject dump = new CodeBreakdownJsonObject(access);
if (isJsonFormat()) {
ReportUtils.report(
Expand Down

0 comments on commit a52eb97

Please sign in to comment.