< prev index next >

test/hotspot/jtreg/runtime/Nestmates/privateFields/TestMethodHandles.java

Print this page

        

@@ -23,11 +23,11 @@
 
 /*
  * @test
  * @bug 8046171
  * @summary Test access to private fields between nestmates and nest-host
- *          using different flavours of named nested types using method handles
+ *          using different flavours of named nested types using MethodHandles
  * @run main TestMethodHandles
  */
 
 import java.lang.invoke.*;
 import static java.lang.invoke.MethodHandles.*;
< prev index next >