[jdk11u-dev] RFR: 5029431: (bf) Add absolute bulk put and get methods
Amos Shi
ashi at openjdk.org
Fri Apr 26 18:40:12 UTC 2024
Backport of [JDK-5029431](https://bugs.openjdk.org/browse/JDK-5029431)
- This PR contains two commits
- commit 1: is a clean result of git apply
- commit 2: is a manual merge of `Basic.java`, the only change is adding`5029431` to `@bug` section
- Content of `test/jdk/java/nio/Buffer/Basic.java.rej`
- It shows the only differences in the `.rej` file bellow is adding `5029431`
@@ -24,9 +24,9 @@
/* @test
* @summary Unit test for buffers
* @bug 4413135 4414911 4416536 4416562 4418782 4471053 4472779 4490253 4523725
- * 4526177 4463011 4660660 4661219 4663521 4782970 4804304 4938424 6231529
- * 6221101 6234263 6535542 6591971 6593946 6795561 7190219 7199551 8065556
- * 8149469
+ * 4526177 4463011 4660660 4661219 4663521 4782970 4804304 4938424 5029431
+ * 6231529 6221101 6234263 6535542 6591971 6593946 6795561 7190219 7199551
+ * 8065556 8149469
* @modules java.base/java.nio:open
* java.base/jdk.internal.misc
* @author Mark Reinhold
```
Testing
- Local: Test passed on `MaOS 14.4.1`
- `test/jdk/java/nio/Buffer/`: Test results: passed: 11
- Pipeline: All checks have passed
- Testing Machine:
-------------
Commit messages:
- Backport 315b7d03999e420d496a5bc269c4c779adf8417c Manually merge Basic.java
- Backport 315b7d03999e420d496a5bc269c4c779adf8417c
Changes: https://git.openjdk.org/jdk11u-dev/pull/2685/files
Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2685&range=00
Issue: https://bugs.openjdk.org/browse/JDK-5029431
Stats: 802 lines in 12 files changed: 776 ins; 1 del; 25 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/2685.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/2685/head:pull/2685
PR: https://git.openjdk.org/jdk11u-dev/pull/2685
More information about the jdk-updates-dev
mailing list