Skip to content

Commit ce999d7

Browse files
committed
style fix
1 parent 3d596f8 commit ce999d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/jdk.graal.compiler.test/src/jdk/graal/compiler/core/test/CompilationWatchDogTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public void onStuckCompilation(CompilationWatchDog watchDog, Thread watched, Com
137137
};
138138

139139
CompilationWatchDog watch = CompilationWatchDog.watch(compilation, options, false, longCompilationHandler, null);
140-
try (CompilationWatchDog watchScope = watch) {
140+
try (CompilationWatchDog _ = watch) {
141141
event("start compiling");
142142
try (TTY.Filter _ = new TTY.Filter()) {
143143
return super.getCode(installedCodeOwner, graph, forceCompile, installAsDefault, options);

0 commit comments

Comments
 (0)