master
8203681: Miscellaneous changes imported from jsr166 CVS 2018-06
8371740: LinkedTransferQueue.poll() returns null even though queue is not empty
8370568: Refer to Thread.interrupted as "interrupted status" consistently
8359437: Make users and test suite not able to set LockingMode flag 8358542: Remove RTM test VMProps
8318809: java/util/concurrent/ConcurrentLinkedQueue/WhiteBox.java shows intermittent failures on linux ppc64le and aarch64
8187443: Forest Consolidation: Move files to unified layout
8225490: Miscellaneous changes imported from jsr166 CVS 2019-09
8221168: java/util/concurrent/CountDownLatch/Basic.java fails
8145138: CyclicBarrier/Basic.java failed with "3 not equal to 4"
8370887: DelayScheduler.replace method may break the 4-ary heap in certain scenarios
8210732: remove jdk.testlibrary.Utils
8362123: ClassLoader Leak via Executors.newSingleThreadExecutor(...)
8288899: java/util/concurrent/ExecutorService/CloseTest.java failed with "InterruptedException: sleep interrupted"
8323659: LinkedTransferQueue add and put methods call overridable offer
8284165: Add pid to process reaper thread name
8201386: Miscellaneous changes imported from jsr166 CVS 2018-05
8260555: Change the default TIMEOUT_FACTOR from 4 to 1
8367857: Implement JEP 525: Structured Concurrency (Sixth Preview)
8345799: Update copyright year to 2024 for core-libs in files where it was missed
8338411: Implement JEP 486: Permanently Disable the Security Manager
8360046: Scalability issue when submitting virtual threads with almost empty tasks
8284161: Implementation of Virtual Threads (Preview)
8348844: Remove remaining JVMTI tests from ProblemList-Virtual, use requires instead
8372256: ClassCastException in `ConcurrentHashMap#equals`