master
8187443: Forest Consolidation: Move files to unified layout
8272836: Limit run time for java/lang/invoke/LFCaching tests
8280377: MethodHandleProxies does not correctly invoke default methods with varags
8266254: Update to use jtreg 6 8265020: tests must be updated for new TestNG module name
8187089: StringConcatFactory.makeConcat & makeConcatWithConstants should throw StringConcatException if parameter slot count is over 200
8300693: Lower the compile threshold and reduce the iterations of warmup loop in VarHandles tests
8269426: Rename test/jdk/java/lang/invoke/t8150782 to accessClassAndFindClass
8213480: update internal ASM version to 7.0
8210894: remove jdk/testlibrary/Asserts
8319567: Update java/lang/invoke tests to support vm flags 8319568: Update java/lang/reflect/exeCallerAccessTest/CallerAccessTest.java to accept vm flags 8319672: Several classloader tests ignore VM flags 8319676: A couple of jdk/modules/incubator/ tests ignore VM flags 8319677: Test jdk/internal/misc/VM/RuntimeArguments.java should be marked as flagless
8301704: Shorten the number of GCs in UnloadingTest.java to verify a class loader not being unloaded
8243156: Fix deprecation and unchecked warnings in microbenchmark
8184777: Factor out species generation logic from BoundMethodHandle
8335150: Test LogGeneratedClassesTest.java fails on rpmbuild mock enviroment
8173975: Lookup::in should not allow target class be primitive or array class
8286473: Drop --enable-preview from Record related tests
8230501: Class data support for hidden classes
8157246: MHs.arrayLength, arrayElementGetter/Setter, arrayConstructor need to specify invocation-time behavior
8185993: MethodHandle.invokeWithArguments jumbo-arity
8234923: Missed call_site_target nmethod dependency for non-fully initialized ConstantCallSite instance
8290504: Close streams returned by ModuleReader::list
8213932: [TESTBUG] assertEquals is invoked with the arguments in the wrong order
8256066: Tests use deprecated TestNG API that is no longer available in new versions
8245061: Lookup::defineHiddenClass should throw ClassFormatError if this_class is not Class_info structure 8245432: Lookup::defineHiddenClass should throw UnsupportedClassVersionError if bytes are of an unsupported major or minor version 8245596: Clarify Lookup::defineHiddenClass spec @throws IAE if the bytes has ACC_MODULE flag set
8010319: Implementation of JEP 181: Nest-Based Access Control
8229785: MethodType::fromMethodDescriptorString should require security permission if loader is null
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
8187688: Additional tests for MethodHandle.invokeWithArguments
8264288: Performance issue with MethodHandle.asCollector
8210732: remove jdk.testlibrary.Utils
8259922: MethodHandles.collectArguments does not throw IAE if pos is outside the arity range
8220282: Add MethodHandle tests on accessing final fields
8255531: MethodHandles::permuteArguments throws NPE when duplicating dropped arguments
8210779: 8182404 and 8210732 haven't updated copyright years
8336012: Fix usages of jtreg-reserved properties
8249697: remove temporary fixes from java/lang/invoke/RicochetTest.java
8202686: Missing test case for 8200167 - final Object methods
8236111: narrow allowSmartActionArgs disabling
8340812: LambdaForm customization via MethodHandle::updateForm is not thread safe
8373832: Test java/lang/invoke/TestVHInvokerCaching.java tests nothing
8233920: MethodHandles::tryFinally generates illegal bytecode for long/double return type