RFR: 8265699: (bf) Scopes passed to ScopedMemoryAccess.copy[Swap]Memory in incorrect order
Brian Burkhalter
bpb at openjdk.java.net
Wed Apr 21 19:43:53 UTC 2021
Please consider this request to correct what appear to be `jdk.internal.misc.ScopedMemoryAccess$Scope`s passed in incorrect order to the `copyMemory()` and `copySwapMemory()` methods of `jdk.internal.misc.ScopedMemoryAccess` in some of the `java.nio.Buffer` bulk transfer methods.
-------------
Commit messages:
- 8265699: (bf) Scopes passed to ScopedMemoryAccess.copy[Swap]Memory in incorrect order
Changes: https://git.openjdk.java.net/jdk/pull/3607/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3607&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8265699
Stats: 7 lines in 2 files changed: 0 ins; 0 del; 7 mod
Patch: https://git.openjdk.java.net/jdk/pull/3607.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3607/head:pull/3607
PR: https://git.openjdk.java.net/jdk/pull/3607
More information about the nio-dev
mailing list