jdk/test/java/lang/invoke/MethodHandlesTest.java
changeset 32649 2ee9017c7597
parent 31178 6ad68e35506d
child 33874 46651fd30c0b
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
   495             return lookup;
   495             return lookup;
   496         return lookup.in(defc);
   496         return lookup.in(defc);
   497     }
   497     }
   498 
   498 
   499     /** Is findVirtual (etc.) of "<init<" supposed to elicit a NoSuchMethodException? */
   499     /** Is findVirtual (etc.) of "<init<" supposed to elicit a NoSuchMethodException? */
   500     final static boolean INIT_REF_CAUSES_NSME = true;
   500     static final boolean INIT_REF_CAUSES_NSME = true;
   501 
   501 
   502     @Test
   502     @Test
   503     public void testFindStatic() throws Throwable {
   503     public void testFindStatic() throws Throwable {
   504         CodeCacheOverflowProcessor.runMHTest(this::testFindStatic0);
   504         CodeCacheOverflowProcessor.runMHTest(this::testFindStatic0);
   505     }
   505     }