Skip to content

Commit

Permalink
[GR-57004] Move notifyAfterCompile call out of compileAll
Browse files Browse the repository at this point in the history
PullRequest: graal/19004
  • Loading branch information
patrick96 committed Oct 15, 2024
2 parents f662dd7 + c049f2c commit 501dcf9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ public void finish(DebugContext debug) {
createSuites();
try (ProgressReporter.ReporterClosable ac = reporter.printCompiling()) {
compileAll();
notifyAfterCompile();
}

metricValues.print(universe.getBigBang().getOptions());
Expand Down Expand Up @@ -903,8 +904,6 @@ protected void compileAll() throws InterruptedException {
runOnExecutor(this::scheduleEntryPoints);

runOnExecutor(this::scheduleDeoptTargets);

notifyAfterCompile();
}

private void notifyAfterCompile() {
Expand Down

0 comments on commit 501dcf9

Please sign in to comment.