-
Bug
-
Resolution: Fixed
-
P2
-
5.0, 6
-
b65
-
generic, x86, sparc
-
generic, linux, solaris_8, solaris_9, windows_xp
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2201057 | 5.0u27 | Karunakar Gajjala | P4 | Closed | Fixed | b01 |
JDK-2113647 | 5.0u26-rev | Karunakar Gajjala | P4 | Resolved | Fixed | b05 |
class Z {
static <T> T f(T a, T b) {
return a;
}
static Object[] main(int[] a, float[] b) {
return f(a, b);
}
}
- backported by
-
JDK-2113647 incorrect inference for result of lub(int[], float[])
-
- Resolved
-
-
JDK-2201057 incorrect inference for result of lub(int[], float[])
-
- Closed
-
- duplicates
-
JDK-6332204 com.sun.tools.javac.code.Types.lub() throws NPE
-
- Closed
-
-
JDK-6346876 Java compiler (javac) crashes on ternary operator type mismatch
-
- Closed
-
-
JDK-6355728 javac crashes with NullPointerException
-
- Closed
-
-
JDK-4942040 improper handling of lub type for arrays, classes
-
- Closed
-
-
JDK-5070671 Arrays.binarySearch can't infer int[]
-
- Closed
-
-
JDK-6222762 Primitive arrays and varargs inference leads to crash in TreeMaker.Type(TreeMaker.java:531)
-
- Closed
-