Hi, Please review the fix for JDK-8027470 below.
Description: AnnotationSupport compared Class-instances using '==' where it should be using '.equals'. Fixed in this patch. Link to web review: http://cr.openjdk.java.net/~alundblad/8027470 Link to bug reports: http://bugs.openjdk.java.net/browse/JDK-8027470 -- Andreas Lundblad