On Wed, 11 Jun 2025 17:32:51 GMT, Phil Race <p...@openjdk.org> wrote:

>> modules/javafx.graphics/src/main/java/com/sun/marlin/OffHeapArray.java line 
>> 165:
>> 
>>> 163: 
>>> 164:     void free() {
>>> 165:         if (global) {
>> 
>> Trying to close the global arena results in an UnsupportedOperationException 
>> according to the docs. Not sure doing this manually adds anything.
>
> true

Right. I could remove it if you like, although it isn't hurting anything 
leaving it there.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1814#discussion_r2140738538

Reply via email to