jdk/test/java/lang/invoke/MethodHandlesTest.java
changeset 32649 2ee9017c7597
parent 31178 6ad68e35506d
child 33874 46651fd30c0b
--- a/jdk/test/java/lang/invoke/MethodHandlesTest.java	Wed Sep 16 08:24:40 2015 -0400
+++ b/jdk/test/java/lang/invoke/MethodHandlesTest.java	Tue Sep 15 21:56:04 2015 -0700
@@ -497,7 +497,7 @@
     }
 
     /** Is findVirtual (etc.) of "<init<" supposed to elicit a NoSuchMethodException? */
-    final static boolean INIT_REF_CAUSES_NSME = true;
+    static final boolean INIT_REF_CAUSES_NSME = true;
 
     @Test
     public void testFindStatic() throws Throwable {