The original CR was 6435238.
But it was close as Not reproducible. That's not true for JDK 6 where the issue is reproducible for all releases. Fortunately there is Evaluation in the CR 6435238: Fix for 6985719 will also fix this issue.
But the fix is integrated into JDK 7 only.
So, need to back port the fix into JDK 6.
Read the description of the issue in the CR 6435238.
The issue affects the following Libraries 6 test case:
java_util/generics/phase2/UncheckedConversionTest01
But it was close as Not reproducible. That's not true for JDK 6 where the issue is reproducible for all releases. Fortunately there is Evaluation in the CR 6435238: Fix for 6985719 will also fix this issue.
But the fix is integrated into JDK 7 only.
So, need to back port the fix into JDK 6.
Read the description of the issue in the CR 6435238.
The issue affects the following Libraries 6 test case:
java_util/generics/phase2/UncheckedConversionTest01
- backport of
-
JDK-6985719 Alike methods in interfaces (Inheritance and Overriding)
- Closed
- relates to
-
JDK-6435238 Use of an unchecked conversion generates redundant compiler warnings.
- Closed