Add module-info to the project

Liam Wynn wynnliam at pdx.edu
Fri May 14 15:43:46 UTC 2021


Hi all,

Forgive me for the stupid question, but just so I understand: asmtools
essentially supports *up to* JDK 8, and no further? I only ask since it
would be relevant to the documentation (which as I understand it, has not
been updated since JDK 9 came out).

All the best,
- Liam

On Fri, May 14, 2021 at 7:26 AM Thiago Henrique Hupner <thihup at gmail.com>
wrote:

> Yes, adding a module-info I and target JDK 8, something like the JRT
> filesystem
>
> I don't have an urgent need for this, but as most of the things I know from
> JDK are modularized,
> I thought it was already modularized too.
>
> I didn't know the JDK 8 was a requirement.
>
> Best regards
>
> Thiago
>
> Em sex., 14 de mai. de 2021 às 11:19, Jonathan Gibbons <
> jonathan.gibbons at oracle.com> escreveu:
>
> > 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