Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Fixing style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Milena Vujosevic Janicic committed Jul 21, 2022
1 parent 838f5c7 commit d8298e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ public SharedRuntimeConfigurationBuilder getRuntimeBuilder() {
public static class AfterCompilationAccessImpl extends CompilationAccessImpl implements Feature.AfterCompilationAccess {
private final Map<HostedMethod, CompileTask> compilations;
private final NativeImageCodeCache codeCache;

public AfterCompilationAccessImpl(FeatureHandler featureHandler, ImageClassLoader imageClassLoader, AnalysisUniverse aUniverse, HostedUniverse hUniverse,
Map<HostedMethod, CompileTask> compilations, NativeImageCodeCache codeCache, NativeImageHeap heap, DebugContext debugContext,
SharedRuntimeConfigurationBuilder runtimeBuilder) {
Expand Down

0 comments on commit d8298e6

Please sign in to comment.