-
Bug
-
Resolution: Fixed
-
P4
-
7, 8-pool
-
b112
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8060375 | 7u76 | Alexander Zuev | P4 | Resolved | Fixed | b04 |
JDK-8047623 | 7u72 | Alexander Zuev | P4 | Resolved | Fixed | b01 |
JDK-8042420 | 7u71 | Alexander Zuev | P4 | Resolved | Fixed | b01 |
http://mail.openjdk.java.net/pipermail/mlvm-dev/2012-October/005035.html
public class JDKBug {
public static void main(String[] args) throws Throwable {
MethodHandles.lookup().findVirtual(Object[].class, "clone",
MethodType.methodType(Object.class));
}
}
public class JDKBug {
public static void main(String[] args) throws Throwable {
MethodHandles.lookup().findVirtual(Object[].class, "clone",
MethodType.methodType(Object.class));
}
}
- backported by
-
JDK-8042420 findVirtual of Object[].clone produces internal error
-
- Resolved
-
-
JDK-8047623 findVirtual of Object[].clone produces internal error
-
- Resolved
-
-
JDK-8060375 findVirtual of Object[].clone produces internal error
-
- Resolved
-
-
JDK-8036531 findVirtual of Object[].clone produces internal error
-
- Closed
-