master
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
8161558: ListIterator should not discard cause on exception
8308167: SequencedMap::firstEntry throws NPE when first entry has null key or value
8206123: ArrayDeque created with default constructor can only hold 15 elements
8249834: java/util/ArrayList/Bug8146568.java and j/u/Vector/Bug8148174.java use @ignore w/o bug-id
8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays)
8295470: Update openjdk.java.net => openjdk.org URLs in test code
8317795: Add an ImmutableBitSetPredicate variant for bitsets <= 128 elements
8319569: Several java/util tests should be updated to accept VM flags
8266571: Sequenced Collections
8314236: Overflow in Collections.rotate
8237589: Fix copyright header formatting
8321480: ISO 4217 Amendment 176 Update
8316696: Remove the testing base classes: IntlTest and CollatorTest
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+
8317742: ISO Standard Date Format implementation consistency on DateTimeFormatter and String.format
8285405: add test and check for negative argument to HashMap::newHashMap et al
8270416: Enhance construction of Identity maps
8263754: HexFormat 'fromHex' methods should be static
8178355: IdentityHashMap uses identity-based comparison for values everywhere except remove(K,V) and replace(K,V,V)
8253459: Formatter treats index, width and precision > Integer.MAX_VALUE incorrectly
8180352: Add Stream.toList() method
8322235: Split up and improve LocaleProvidersRun
8267174: Many test files have the wrong Copyright header
8247605: Avoid array allocation when concatenating with empty string
8280168: Add Objects.toIdentityString
8184693: add Pattern.isEmpty
8301991: Convert l10n properties resource bundles to UTF-8 native
8207003: Miscellaneous changes imported from jsr166 CVS 2018-09
8315097: Rename createJavaProcessBuilder
8315751: RandomTestBsi1999 fails often with timeouts on Linux ppc64le
8229338: clean up test/jdk/java/util/RandomAccess/Basic.java
8320714: java/util/Locale/LocaleProvidersRun.java and java/util/ResourceBundle/modules/visibility/VisibilityTest.java timeout after passing
8283698: Refactor Locale constructors used in src/test
8307840: SequencedMap view method specification and implementation adjustments
8266254: Update to use jtreg 6 8265020: tests must be updated for new TestNG module name
8267452: Delegate forEachRemaining in Spliterators.iterator()
8265237: String.join and StringJoiner can be improved further
8322725: (tz) Update Timezone Data to 2023d
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
8323659: LinkedTransferQueue add and put methods call overridable offer
8050818: Predicate::not - provide an easier way to negate a predicate
8302819: Remove JAR Index
8283349: Robustness improvements to java/util/prefs/AddNodeChangeListener.jar
8311939: Excessive allocation of Matcher.groups array
8298047: Remove all non-significant trailing whitespace from properties files
8321124: java/util/stream/GatherersTest.java times out