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

findVirtual of Object[].clone produces internal error

XMLWordPrintable

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

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

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

                Created:
                Updated:
                Resolved: