Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Soot and abc to move to Java 5

No, by default generated code will run on 1.4 JVMs. There might
however be *options* to generate code with Java 5 specific bytecodes
in the future.

Eric

On 2/26/07, Fernando Calheiros <xfernando@xxxxxxxxx> wrote:
But does it mean that the generated code will not run in older (pre-1.5) VMs
also?


On 2/25/07, Eric Bodden < eric.bodden@xxxxxxxxxxxxxx> wrote:
> Yes, that was a typo. I meant to say of course that Soot and abc will
> not run with any Java 1.4 or lower JVM.
>
> Eric
>
> On 2/25/07, Alexander Kriegisch <Alexander@xxxxxxxxxxxxxx> wrote:
> > > - Soot and abc will not run with any Java 5 or higher JVM
> >                       ^^^
> > Was this a typo really meaning "now" instead of "not"?
> > --
> > Alexander Kriegisch
> > _______________________________________________
> > aspectj-users mailing list
> > aspectj-users@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/aspectj-users
> >
>
>
> --
> Eric Bodden
> Sable Research Group
> McGill University, Montréal, Canada
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users




--
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


Back to the top