Searched refs:MISSING (Results 1 - 5 of 5) sorted by relevance

/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/failures/
H A DTypeVariableMissingTA.java41 class TypeVariableMissingTA<T extends @MISSING Object> {}
/openjdk10/langtools/test/tools/javac/lambda/T8041704/
H A DErrorMessageTest.java10 f(() -> { f(new MISSING() { public void run() {} }); });
/openjdk10/jdk/test/java/util/concurrent/ConcurrentHashMap/
H A DMapCheck.java62 static final Object MISSING = new Object(); field in class:MapCheck
255 if (it.next() != MISSING)
266 if (it.next() != MISSING)
276 if (it.next() != MISSING)
296 if (x != MISSING)
306 if (x != MISSING)
332 if (en.nextElement() != MISSING)
343 if (en.nextElement() != MISSING)
357 if (en.nextElement() != MISSING)
369 if (en.nextElement() != MISSING)
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/doclint/
H A DMessages.java67 MISSING, enum constant in enum:Messages.Group
H A DChecker.java225 env.messages.report(MISSING, Kind.WARNING, env.currPath.getLeaf(), code, args);

Completed in 103 milliseconds