master
8187443: Forest Consolidation: Move files to unified layout
8240524: Remove explicit type argument in test jdk/java/lang/Boolean/MakeBooleanComparable.java
8215401: Add isEmpty default method to CharSequence
8296246: Update Unicode Data Files to Version 15.1.0
8315458: Implement JEP 463: Implicitly Declared Classes and Instance Main Method (Second Preview)
8308753: Class-File API transition to Preview
8282120: optimal capacity tests and test library need to be cleaned up
8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
8310929: Optimization for Integer.toString
8304028: Port fdlibm IEEEremainder to Java
8243596: ModuleLayer::parents should return an unmodifiable list
8315097: Rename createJavaProcessBuilder
8267174: Many test files have the wrong Copyright header
8220684: Process.waitFor(long, TimeUnit) can return false for a process that exited within the timeout
8319574: Exec/process tests should be marked as flagless
8319120: Unbound ScopedValue.get() throws the wrong exception
8291641: Optimize StackTraceElement.toString()
8321514: UTF16 string gets constructed incorrectly from codepoints if CompactStrings is not enabled
8279954: java/lang/StringBuffer(StringBuilder)/HugeCapacity.java intermittently fails
8322512: StringBuffer.repeat does not work correctly after toString() was called
7008363: TEST_BUG: test/java/lang/StringCoding/CheckEncodings.sh does nothing and is very slow at that
8322818: Thread::getStackTrace can fail with InternalError if virtual thread is timed-parked when pinned 8323002: test/jdk/java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java times out on macosx-x64 8323296: java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id1 timed out
8301767: Convert virtual thread tests to JUnit
8209824: Improve the code coverage for ThreadLocal
8284161: Implementation of Virtual Threads (Preview)
8318410: jdk/java/lang/instrument/BootClassPath/BootClassPathTest.sh fails on Japanese Windows
8306446: java/lang/management/ThreadMXBean/Locks.java transient failures
8315680: java/lang/ref/ReachabilityFenceTest.java should run with -Xbatch
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
8313809: String template fails with java.lang.StringIndexOutOfBoundsException if last fragment is UTF16
8283892: Compress and expand bits
8283894: Intrinsify compress and expand bits on x86