RFR: 8344882: (bf) Temporary direct buffers should not count against the upper limit on direct buffer memory [v4]

Brian Burkhalter bpb at openjdk.org
Tue Nov 26 16:07:41 UTC 2024


On Tue, 26 Nov 2024 06:55:21 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> the DirectByteBuffer(int, long) constructor

I think you intend the constructor which is now

    private Direct$Type$Buffer(long addr, long cap) {

at line 172 in the latest commit.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/22339#issuecomment-2501256277


More information about the core-libs-dev mailing list