Skip to content

Commit

Permalink
Move notifyAfterCompile call out of compileAll
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick96 committed Oct 10, 2024
1 parent c69a606 commit c049f2c
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 c049f2c

Please sign in to comment.