On Sun, 18 May 2025 12:11:21 GMT, Alan Bateman <al...@openjdk.org> wrote:
>> Kim Barrett has updated the pull request incrementally with one additional >> commit since the last revision: >> >> move jdk.internal.nio.Cleaner to sun.nio > > src/java.base/share/classes/jdk/internal/nio/Cleaner.java line 26: > >> 24: */ >> 25: >> 26: package jdk.internal.nio; > > The implementation/internal classes for this area are in sun.nio (for > historical reasons). Probably best to keep them together. Good point. Done. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25289#discussion_r2094623283