-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
None
-
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);
--- 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);
- duplicates
-
JDK-8173412 @Test in java/lang/annotation and java/lang/reflect/Proxy tests not run
-
- Resolved
-