master
8187443: Forest Consolidation: Move files to unified layout
8338411: Implement JEP 486: Permanently Disable the Security Manager
8159746: (proxy) Support for default methods
8370839: Tests to verify peculiar Proxy dispatching behaviors
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
8371953: Document null handling in core reflection APIs
8269351: Proxy::newProxyInstance and MethodHandleProxies::asInterfaceInstance should reject sealed interfaces
8022795: Method.isVarargs of dynamic proxy generated method to match the proxy interface method