< prev index next >

test/runtime/Nestmates/privateConstructors/TestMethodHandles.java

Print this page

        

*** 24,34 **** /* * @test * @bug 8046171 * @summary Test access to private constructors between nestmates and nest-top * using different flavours of named nested types using method handles - * @compile -XDdisablePrivateAccessors TestMethodHandles.java * @run main TestMethodHandles */ import java.lang.invoke.*; import static java.lang.invoke.MethodHandles.*; --- 24,33 ----
< prev index next >