RFR: 6445283: ProgressMonitorInputStream not large file aware (>2GB) [v7]

Prasanta Sadhukhan psadhukhan at openjdk.org
Fri Jul 29 11:37:27 UTC 2022


On Thu, 28 Jul 2022 20:41:38 GMT, Phil Race <prr at openjdk.org> wrote:

>> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix
>
> src/java.desktop/share/classes/javax/swing/ProgressMonitorInputStream.java line 93:
> 
>> 91:         }
>> 92:         parentComponent = parentComponent;
>> 93:         message = message;
> 
> These are both wrong I am sure. You want to assign to this.<var> don't you ? Not update the local var.

Yes. Thanks for pointing out. Updated..

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

PR: https://git.openjdk.org/jdk/pull/9588



More information about the client-libs-dev mailing list