-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
8u112
-
generic
-
generic
FULL PRODUCT VERSION :
java version "1.8.0_112"
Java(TM) SE Runtime Environment (build 1.8.0_112-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.112-b15, mixed mode)
A DESCRIPTION OF THE PROBLEM :
Firstly, I create a repeatable annotion. And then I place more than one of this annotation on a field. Then I reflect this field and invoke the isAnnotationPresent(anno) method on the fied, it always returns false when there are multiple annos on the field
REPRODUCIBILITY :
This bug can be reproduced always.
java version "1.8.0_112"
Java(TM) SE Runtime Environment (build 1.8.0_112-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.112-b15, mixed mode)
A DESCRIPTION OF THE PROBLEM :
Firstly, I create a repeatable annotion. And then I place more than one of this annotation on a field. Then I reflect this field and invoke the isAnnotationPresent(anno) method on the fied, it always returns false when there are multiple annos on the field
REPRODUCIBILITY :
This bug can be reproduced always.