< prev index next >

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

Print this page

        

*** 23,33 **** /* * @test * @bug 8046171 * @summary Test access to private constructors between nestmates and nest-host ! * using different flavours of named nested types using method handles * @run main TestMethodHandles */ import java.lang.invoke.*; import static java.lang.invoke.MethodHandles.*; --- 23,33 ---- /* * @test * @bug 8046171 * @summary Test access to private constructors between nestmates and nest-host ! * 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 >