@Test in java/lang/reflect/Proxy/ProxyForMethodHandle not run

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: None
    • Component/s: core-libs
    • None

      diff --git a/test/java/lang/reflect/Proxy/ProxyForMethodHandle.java b/test/java/lang/reflect/Proxy/ProxyForMethodHandle.java
      --- a/test/java/lang/reflect/Proxy/ProxyForMethodHandle.java
      +++ b/test/java/lang/reflect/Proxy/ProxyForMethodHandle.java
      @@ -46,7 +46,7 @@
            * to a dynamic module
            */
           @Test
      - static void testRunnableMethodHandle() throws Exception {
      + public static void testRunnableMethodHandle() throws Exception {
               MethodHandles.Lookup lookup = MethodHandles.lookup();
               MethodType mt = MethodType.methodType(void.class);
               MethodHandle mh = lookup.findStatic(ProxyForMethodHandle.class, "runForRunnable", mt);

            Assignee:
            Mandy Chung (Inactive)
            Reporter:
            Mandy Chung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: