master
8187443: Forest Consolidation: Move files to unified layout
8271820: Implementation of JEP 416: Reimplement Core Reflection with Method Handle 8013527: calling MethodHandles.lookup on itself leads to errors
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
8210496: Improve filtering for classes with security sensitive fields
8300924: Method::invoke throws wrong exception type when passing wrong number of arguments to method with 4 or more parameters
8343377: Performance regression in reflective invocation of native methods
8277451: java.lang.reflect.Field::set on static field with invalid argument type should throw IAE
8294698: Remove unused 'checkedExceptions' param from MethodAccessorGenerator.generateMethod()
8295044: Implementation of Foreign Function and Memory API (Second Preview)
8303405: fix @returnss typo in ReflectionFactory
8247444: Trust final fields in records
8280035: Use Class.isInstance instead of Class.isAssignableFrom where applicable