Add module-info to the project
Jonathan Gibbons
jonathan.gibbons at oracle.com
Fri May 14 14:19:16 UTC 2021
Leonid,
AsmTools is used by jtreg, which still uses JDK 8. Changing this will be
a Big Deal.
If there is any consideration to change the JDK version for AsmTools,
please let me know. A half-way compromise would be to add
module-info.java and compile that file with JDK 9 (or later) but still
compile the rest of AsmTools with JDK 8.
-- Jon
On 5/13/21 1:53 PM, Leonid Kuskov wrote:
> Hi,
>
> The default version of asmtools' JDK is 8. If there are benefits associated with modularization of asmtools please explain them.
> If they are valuable, then the JDK version will be bump up.
>
> Best,
> Leonid
>
> On 5/13/21, 9:47 AM, "asmtools-dev on behalf of Thiago Henrique Hupner" <asmtools-dev-retn at openjdk.java.net on behalf of thihup at gmail.com> wrote:
>
> Hi.
>
> Is there a plan to add module-info to the ASMTools project?
>
> Best regards
>
> Thiago
>
More information about the asmtools-dev
mailing list