master
8187443: Forest Consolidation: Move files to unified layout
8282657: Code cleanup: removing double semicolons at the end of lines
8267174: Many test files have the wrong Copyright header
8272836: Limit run time for java/lang/invoke/LFCaching tests
8308753: Class-File API transition to Preview
8187089: StringConcatFactory.makeConcat & makeConcatWithConstants should throw StringConcatException if parameter slot count is over 200
8312522: Implementation of Foreign Function & Memory API
8292914: Lambda proxies have unstable names
8301704: Shorten the number of GCs in UnloadingTest.java to verify a class loader not being unloaded
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
8299505: findVirtual on array classes incorrectly restricts the receiver type
8184777: Factor out species generation logic from BoundMethodHandle
8266254: Update to use jtreg 6 8265020: tests must be updated for new TestNG module name
8286473: Drop --enable-preview from Record related tests
8284191: Replace usages of 'a the' in hotspot and java.base
8185993: MethodHandle.invokeWithArguments jumbo-arity
8234923: Missed call_site_target nmethod dependency for non-fully initialized ConstantCallSite instance
8271820: Implementation of JEP 416: Reimplement Core Reflection with Method Handle 8013527: calling MethodHandles.lookup on itself leads to errors
8213932: [TESTBUG] assertEquals is invoked with the arguments in the wrong order
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
8230501: Class data support for hidden classes
8307944: ClassFileDumper should only load java.nio.file.Path if enabled
8284444: Sting typo
8010319: Implementation of JEP 181: Nest-Based Access Control
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
8187688: Additional tests for MethodHandle.invokeWithArguments
8157246: MHs.arrayLength, arrayElementGetter/Setter, arrayConstructor need to specify invocation-time behavior
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
8255531: MethodHandles::permuteArguments throws NPE when duplicating dropped arguments
8220282: Add MethodHandle tests on accessing final fields
8210779: 8182404 and 8210732 haven't updated copyright years
8249697: remove temporary fixes from java/lang/invoke/RicochetTest.java
8202686: Missing test case for 8200167 - final Object methods
8236111: narrow allowSmartActionArgs disabling
8265079: Implement VarHandle invoker caching
8299183: Invokers.checkExactType passes parameters to create WMTE in opposite order
8229785: MethodType::fromMethodDescriptorString should require security permission if loader is null