master
8187443: Forest Consolidation: Move files to unified layout
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
8159746: (proxy) Support for default methods
8319436: Proxy.newProxyInstance throws NPE if loader is null and interface not visible from class loader
8266783: java/lang/reflect/Proxy/DefaultMethods.java fails with jtreg 6
8250219: Proxy::newProxyInstance spec should specify the behavior if a given proxy interface is hidden
8285401: Proxy class initializer should use 3-arg `Class.forName` to avoid unnecessary class initialization
8188240: Reflection Proxy should skip static methods
8230047: Remove legacy java.lang.reflect.ProxyGenerator_v49
6983726: Reimplement MethodHandleProxies.asInterfaceInstance
8269351: Proxy::newProxyInstance and MethodHandleProxies::asInterfaceInstance should reject sealed interfaces
8022795: Method.isVarargs of dynamic proxy generated method to match the proxy interface method