The `jdk.internal.ref.Cleaner` class [has now been removed](https://github.com/openjdk/jdk/commit/117f0b4051b37d6e639799c5f6add3e2aec8e200) from OpenJDK mainline (JDK26+). However, Chronicle-Map is using this internal class explicitly here: https://github.com/OpenHFT/Chronicle-Map/blob/a59ea09051609e97badfa5872651b44e56772ed5/src/main/java/net/openhft/chronicle/hash/impl/util/CleanerUtils.java#L31