RFR: 8027470: AnnotationSupport uses == rather than .equals to compare Class objects
Andreas Lundblad
andreas.lundblad at oracle.com
Thu Oct 31 09:49:21 UTC 2013
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
More information about the core-libs-dev
mailing list