-
Bug
-
Resolution: Fixed
-
P3
-
9
-
None
-
b08
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045084 | 8u25 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | b01 |
JDK-8038635 | 8u20 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | b09 |
JDK-8052484 | emb-8u26 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | b18 |
nasgen should have type checks for @SpecializedFunction, @SpecializedConstructor methods. Also, Where.CONSTRUCTOR and Where.PROTOTYPE property checks are missing (for eg. static prototype and constructor properties have to be final and use primitive type (or else won't work as expected)
Use specific return types wherever possible for @Function and @SpecializedFunction methods - it is done in NativeMath but not in other classes.
Use specific return types wherever possible for @Function and @SpecializedFunction methods - it is done in NativeMath but not in other classes.
- backported by
-
JDK-8038635 improve nasgen type checks and use specific return type for @Function, @SpecializedFunctio methods
- Resolved
-
JDK-8045084 improve nasgen type checks and use specific return type for @Function, @SpecializedFunctio methods
- Resolved
-
JDK-8052484 improve nasgen type checks and use specific return type for @Function, @SpecializedFunctio methods
- Resolved