<i18n dev> RFR: 8302815 Use new Math.clamp method in core libraries [v2]

Tagir F. Valeev tvaleev at openjdk.org
Tue Feb 21 20:39:53 UTC 2023


On Sun, 19 Feb 2023 08:54:56 GMT, Alan Bateman <alanb at openjdk.org> 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 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 contents of a target run-time image as a file system.

@AlanBateman thank you for review! Argh, I always forget about copyright year. Probably it's possible to update jcheck to make this check automated?

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

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


More information about the i18n-dev mailing list