master
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
8161558: ListIterator should not discard cause on exception
8195590: Miscellaneous changes imported from jsr166 CVS 2018-02
8206123: ArrayDeque created with default constructor can only hold 15 elements
8234423: Modifying ArrayList.subList().subList() resets modCount of subList
8271707: migrate tests to use jdk.test.whitebox.WhiteBox
8295470: Update openjdk.java.net => openjdk.org URLs in test code
8225397: Integer value miscalculation in toString() method of BitSet
8373716: Refactor further java/util tests from TestNG to JUnit
8234131: Miscellaneous changes imported from jsr166 CVS 2021-01 8257671: ThreadPoolExecutor.Discard*Policy: rejected tasks are not cancelled
8314236: Overflow in Collections.rotate
8237589: Fix copyright header formatting
8368308: ISO 4217 Amendment 180 Update
8347841: Test fixes that use deprecated time zone IDs
8187443: Forest Consolidation: Move files to unified layout
8294705: Disable an assertion in test/jdk/java/util/DoubleStreamSums/CompensatedSums.java
8214761: Bug in parallel Kahan summation implementation
8227368: EnumSet.class serialization broken in JDK 9+
8295670: Remove duplication in java/util/Formatter/Basic*.java
8328066: WhiteBoxResizeTest failure on linux-x86: Could not reserve enough space for 2097152KB object heap
8270416: Enhance construction of Identity maps
8263754: HexFormat 'fromHex' methods should be static
8253459: Formatter treats index, width and precision > Integer.MAX_VALUE incorrectly
8180352: Add Stream.toList() method
8374433: java/util/Locale/PreserveTagCase.java does not run any tests
8199318: add idempotent copy operation for Map.Entry
8247605: Avoid array allocation when concatenating with empty string
8255150: Add utility methods to check long indexes and ranges
8184693: add Pattern.isEmpty
8207003: Miscellaneous changes imported from jsr166 CVS 2018-09
8294509: The sign extension bug applies to 'public static int[] convertSeedBytesToInts(byte[] seed, int n, int z)' in RandomSupport
8229338: clean up test/jdk/java/util/RandomAccess/Basic.java
8172695: (scanner) java/util/Scanner/ScanTest.java fails
8375231: Refactor util/ServiceLoader tests to use JUnit 8375232: Refactor util/StringJoiner tests to use JUnit 8375233: Refactor util/Vector tests to use JUnit
8267452: Delegate forEachRemaining in Spliterators.iterator()
8380993: [REDO] Incorrect Interpretation of POSIX TZ Environment Variable on AIX
8263903: Use Cleaner instead of finalize to auto stop Timer thread
8308803: Improve java/util/UUID/UUIDTest.java
8201386: Miscellaneous changes imported from jsr166 CVS 2018-05
8296405: java/util/concurrent/forkjoin/AsyncShutdownNow.java is too slow
8050818: Predicate::not - provide an easier way to negate a predicate
8351567: Jar Manifest test ValueUtf8Coding produces misleading diagnostic output
8332495: java/util/logging/LoggingDeadlock2.java fails with AssertionError: Some tests failed
8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder
8273430: Suspicious duplicate condition in java.util.regex.Grapheme#isExcludedSpacingMark
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
8264774: Implementation of Foreign Function and Memory API (Incubator)
8341625: Improve ZipFile validation of the END header