Details
-
Bug
-
Resolution: Fixed
-
P4
-
7, 8-pool
-
b112
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8036531 | Alexander Zuev | P4 | Resolved | Duplicate | b03 |
Description
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));
}
}
Attachments
Issue Links
- backported by
-
JDK-8036531 findVirtual of Object[].clone produces internal error
- Resolved
-
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