On Tue, 21 Feb 2023 20:39:53 GMT, Tagir F. Valeev wrote:
>> For cleanup and dogfooding the new method, it would be nice to use
>> Math.clamp where possible in java.base. See PR #12428.
>>
>> As Math.clamp performs an additional check that min is not greater than max,
>> I conservatively replac
On Tue, 21 Feb 2023 20:39:53 GMT, Tagir F. Valeev wrote:
>> For cleanup and dogfooding the new method, it would be nice to use
>> Math.clamp where possible in java.base. See PR #12428.
>>
>> As Math.clamp performs an additional check that min is not greater than max,
>> I conservatively replac
On Sun, 19 Feb 2023 08:54:56 GMT, Alan Bateman wrote:
>> Tagir F. Valeev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Revert changes in JrtPath, as it seems to be compiled with bootstrap JDK
>
>> Revert changes in JrtPath, as it seems
> For cleanup and dogfooding the new method, it would be nice to use Math.clamp
> where possible in java.base. See PR #12428.
>
> As Math.clamp performs an additional check that min is not greater than max,
> I conservatively replaced only those occurrences where I can see that this
> invariant
On Sat, 18 Feb 2023 21:40:08 GMT, Tagir F. Valeev wrote:
>> For cleanup and dogfooding the new method, it would be nice to use
>> Math.clamp where possible in java.base. See PR #12428.
>>
>> As Math.clamp performs an additional check that min is not greater than max,
>> I conservatively replac
On Sat, 18 Feb 2023 21:40:08 GMT, Tagir F. Valeev wrote:
> Revert changes in JrtPath, as it seems to be compiled with bootstrap JDK
Yes, the jrt file system provider is compiled --release 8 to create
lib/jrt-fs.jar. That's the plumbing needed to allow IDEs/tools running on JDK 8
access the con
> For cleanup and dogfooding the new method, it would be nice to use Math.clamp
> where possible in java.base. See PR #12428.
>
> As Math.clamp performs an additional check that min is not greater than max,
> I conservatively replaced only those occurrences where I can see that this
> invariant
For cleanup and dogfooding the new method, it would be nice to use Math.clamp
where possible in java.base. See PR #12428.
As Math.clamp performs an additional check that min is not greater than max, I
conservatively replaced only those occurrences where I can see that this
invariant is always h