jdk17u-dev
jdk17u-dev copied to clipboard
https://openjdk.org/projects/jdk-updates
Some tests like test/jdk/java/net/Socket/B8312065.java use specific IPs (like 192.168.255.255) taking the assumption that the address is not going to be assigned. This doesn't always hold true, as 192.168.255.255 for example...
Backport applied cleanly. --------- ### Progress - [x] Change must not contain extraneous whitespace - [x] Commit message must refer to an issue - [ ] Change requires CSR request...
Backport 8318696 from jdk21u-dev --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change must not contain extraneous...
In the scenario of using ZipFileSystem, when getPath("").getFileName() returns null, change getPath("").getNameCount() to 0. --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at...
Unclean backport of fixing aarch64 PRFM (literal) encoding. Additional testing: - [x] Linux aarch64 server fastdebug, tier1 --------- ### Progress - [ ] Change must be properly reviewed (1 review...
Hi, Clean backport of [JDK-8321925](https://bugs.openjdk.org/browse/JDK-8321925). Only change the testcase, the change has been verified, the risk is low.  Thanks, -sendao --------- ### Progress - [x] [JDK-8321925](https://bugs.openjdk.org/browse/JDK-8321925) needs maintainer approval...
Trial backport of JDK-8295944. Which should make it possible to backport JDK-8305906 without issue. --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at...
In GHA, the versions of macOS (note: the version used for build/test, not the target macOS version we compile for) and Xcode are starting to show age. It's time to...
Backport of [JDK-8313256](https://bugs.openjdk.org/browse/JDK-8313256) - This PR contains two commit - `commit 1` is generated by git apply command, which is `clean` - `commit 2` is the manual merge of the...
Backport of [JDK-8302800](https://bugs.openjdk.org/browse/JDK-8302800) - This PR contains two PR - `commit 1` is made by the `git apply` which is `clean` - `commit 2` adds the missing file `test/jdk/java/lang/Math/InverseTrigTests.java` currently...