[jdk11u-dev] RFR: 5029431: (bf) Add absolute bulk put and get methods
Alan Bateman
alanb at openjdk.org
Sat Apr 27 05:51:10 UTC 2024
On Fri, 26 Apr 2024 18:28:34 GMT, Amos Shi <ashi at openjdk.org> wrote:
> 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` as bellow
> - 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:
Adding standard APIs to Java 11 would require a Maintenance Release of JSR 384. Did you mean to backport a change that adds new APIs?
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2685#issuecomment-2080375887
More information about the jdk-updates-dev
mailing list