JDK 11 compilation warning

Aleksey Shipilev shade at redhat.com
Thu Jun 24 13:08:22 UTC 2021


On 6/24/21 3:02 PM, Dmitry Vyazelenko wrote:
> After the latest changes in 0.14 I can cleanly build my project with `-Xlint:all` on JDK 8, 16
> and 17. However on JDK 11 I get the following warning: warning: No processor claimed any of these
> annotations: java.base/java.lang.Override

That cannot be solved by jcstress, because it has no business handling @Override annotations.

I believe what you are seeing is:
   https://bugs.openjdk.java.net/browse/JDK-8193214

-- 
Thanks,
-Aleksey



More information about the jcstress-dev mailing list