findVirtual of Object[].clone produces internal error

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: 7, 8-pool
    • Component/s: 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));
           }
        }

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

                Created:
                Updated:
                Resolved: