JCK test conv14202, and the following test, compile to unverifiable code:
class T {
public static void main(String[] args) {
Integer i = 0;
System.out.println(args[i]);
}
}
class T {
public static void main(String[] args) {
Integer i = 0;
System.out.println(args[i]);
}
}
- duplicates
-
JDK-4978051 jvm rejects code generated by javac
-
- Closed
-