RFR: 8300977: Retire java.io.ExpiringCache [v2]

Per Minborg pminborg at openjdk.org
Tue Mar 28 06:55:30 UTC 2023


On Wed, 22 Mar 2023 13:51:23 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Per Minborg has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Revert change after comments
>
> src/java.base/unix/classes/java/io/UnixFileSystem.java line 358:
> 
>> 356:     @Override
>> 357:     public int getNameMax(String path) {
>> 358:         return (int)Math.min(getNameMax0(path), Integer.MAX_VALUE);
> 
> This change is nothing to do with this issue. It's okay to refactor it as a drive-by change but I think keep nameMax as that made it easier to debug.

Reverted

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

PR Review Comment: https://git.openjdk.org/jdk/pull/12167#discussion_r1150105121


More information about the core-libs-dev mailing list