On Fri, 22 Nov 2024 23:44:11 GMT, Brian Burkhalter <b...@openjdk.org> wrote:

> Make the memory used by internal temporary direct buffers not count towards 
> the upper limit on direct buffer memory.

src/java.base/share/classes/java/nio/Direct-X-Buffer.java.template line 77:

> 75:     static final boolean UNALIGNED = Bits.unaligned();
> 76: 
> 77:     private @Stable boolean temporary; // defaults to false

Any reason this is `@Stable` instead of `final`?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22339#discussion_r1854957024

Reply via email to