Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

1.7.4

Latest
Compare
Choose a tag to compare
@stefan-zobel stefan-zobel released this 19 Sep 18:15
· 30 commits to master since this release
  • 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