< prev index next >

test/runtime/Nestmates/privateConstructors/TestConstructorHierarchy.java

Print this page

        

*** 24,34 **** /* * @test * @bug 8046171 * @summary Test access to private constructors in the hierarchy that are * outside the nest ! * @compile -XDdisablePrivateAccessors TestConstructorHierarchy.java * @compile ExternalSuper.jcod * ExternalSub.jcod * @run main TestConstructorHierarchy */ --- 24,34 ---- /* * @test * @bug 8046171 * @summary Test access to private constructors in the hierarchy that are * outside the nest ! * @compile TestConstructorHierarchy.java * @compile ExternalSuper.jcod * ExternalSub.jcod * @run main TestConstructorHierarchy */
< prev index next >