master
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
8195590: Miscellaneous changes imported from jsr166 CVS 2018-02
8234423: Modifying ArrayList.subList().subList() resets modCount of subList
8210112: remove jdk.testlibrary.ProcessTools
8176379: java.util.Base64 mime encoder behaves incorrectly if initialized with a line length of size 1-3
8187443: Forest Consolidation: Move files to unified layout
8247706: Unintentional use of new Date(year...) with absolute year
8203681: Miscellaneous changes imported from jsr166 CVS 2018-06
8214687: Optimize Collections.nCopies().hashCode() and equals()
8237589: Fix copyright header formatting
8368308: ISO 4217 Amendment 180 Update
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+
8299677: Formatter.format might take a long time to format an integer or floating-point
8205399: Set node color on pinned HashMap.TreeNode deletion
8270416: Enhance construction of Identity maps
8203670: unmodifiable List iterator() implementations should not be ListIterators
8348328: Update IANA Language Subtag Registry to Version 2025-05-15
8221924: get(null) on single-entry unmodifiable Map returns null instead of throwing NPE
8199777: Deprecate -XX:+AggressiveOpts
8184693: add Pattern.isEmpty
8210406: Refactor java.util.PluggableLocale:i18n shell tests to plain java tests
8213325: (props) Properties.loadFromXML does not fully comply with the spec
8281183: RandomGenerator:NextDouble() default behavior partially fixed by JDK-8280950
8229338: clean up test/jdk/java/util/RandomAccess/Basic.java
8287902: UnreadableRB case in MissingResourceCauseTest is not working reliably on Windows
8172695: (scanner) java/util/Scanner/ScanTest.java fails
8266254: Update to use jtreg 6 8265020: tests must be updated for new TestNG module name
8380993: [REDO] Incorrect Interpretation of POSIX TZ Environment Variable on AIX
8277093: Vector should throw ClassNotFoundException for a missing class of an element
8201386: Miscellaneous changes imported from jsr166 CVS 2018-05
8365058: Enhance CopyOnWriteArraySet
8050818: Predicate::not - provide an easier way to negate a predicate
8301167: Update VerifySignedJar to actually exercise and test verification
8255277: randomDelay in DrainDeadlockT and LoggingDeadlock do not randomly delay
8283349: Robustness improvements to java/util/prefs/AddNodeChangeListener.jar
8247546: Pattern matching does not skip correctly over supplementary characters
8213330: Fix legal headers in i18n tests
8256152: tests fail because of ambiguous method resolution
8299748: java/util/zip/Deinflate.java failing on s390x