Regression in JDK8 build 78: javac complains about missing Class#isAnnotationPresent

Maurizio Cimadamore maurizio.cimadamore at oracle.com
Thu Feb 28 14:14:53 PST 2013


On 28/02/13 21:31, Uwe Schindler wrote:
> I know about this warning and it generally appears on Java 7, but it was*not*  printed out in that case (8b78)! The log I posted was the complete printout from javac.
This warning is a Xlint warning - so it's possible that you are 
compiling the project with a custom set of Xlint warnings that doesn't 
include this category (called 'options').

Maurizio


More information about the lambda-dev mailing list