Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8001105

findVirtual of Object[].clone produces internal error

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 8
    • 7, 8-pool
    • core-libs

    Backports

      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));
           }
        }

        Attachments

          Issue Links

            Activity

              People

                jrose John Rose
                jrose John Rose
                Votes:
                0 Vote for this issue
                Watchers:
                6 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: