On Thu, 9 Jul 2026 23:52:20 GMT, Nir Lisker <[email protected]> wrote:
>> modules/javafx.base/src/main/java/com/sun/javafx/binding/ArrayManager.java >> line 48: >> >>> 46: /** >>> 47: * The minimum array size. (3 is a good number considering it would >>> use exactly 24 bytes >>> 48: * with compressed oops without wasted space due to alignment >>> issues). >> >> oops? > > https://wiki.openjdk.org/spaces/HotSpot/pages/11829259/CompressedOops replace with "object pointers" maybe? ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1081#discussion_r3559786431
