This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
- JDK-8265029: Preserve SIZED characteristics on slice operations (skip, limit)
- JDK-8267452: Delegate forEachRemaining in Spliterators.iterator
- JDK-8199318: add idempotent copy operation for Map.Entry
- JDK-8267939: Clarify the specification of forEachRemaining
- JDK-8271601: use x ^ y in the floorMod(int, int) test
- JDK-8268113: Reuse Long.hashCode()
- Implement Java 17 j.u.r.RandomGenerator methods
- Add new CompensatedSums test for JDK-8214761
- Completed Java 17 port