RFR: 8344332: (bf) Migrate DirectByteBuffer away from jdk.internal.ref.Cleaner [v2]

Kim Barrett kbarrett at openjdk.org
Sun May 18 20:55:50 UTC 2025


On Sun, 18 May 2025 12:11:21 GMT, Alan Bateman <alanb at 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


More information about the core-libs-dev mailing list