Skip to content

Commit 9b3e867

Browse files
committed
Fix warning
1 parent d006869 commit 9b3e867

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/replacements/test/MethodHandleImplTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public static class ThreadFlock {
102102
}
103103
}
104104

105-
private volatile int threadCount;
105+
@SuppressWarnings("unused") private volatile int threadCount;
106106

107107
public void incrementThreadCount() {
108108
THREAD_COUNT.getAndAdd(this, 1);

0 commit comments

Comments
 (0)