Hi Rémi,

your backport only compiles with and runs on Java 6, as it relies on  
several 6-only methods, notably:

java.util.Arrays.copyOf()
java.util.Arrays.copyOfRange()
java.lang.instrument.Instrumentation.redefineClasses(ClassDefinition)  
(Java 5 only has Instrumentation.redefineClasses(ClassDefinition[]))

Just saying, as I thought your intent was to support Java 5 too.

Attila.

On 2009.07.01., at 18:19, Rémi Forax wrote:

>
> I've just released the first (in fact, the second) version of the JSR
> 292  backport.
> See my blog:
> http://weblogs.java.net/blog/forax/
>
> Dear language runtime developers,
> I hope you will have fun with it.
>
> cheers,
> Rémi

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "JVM 
Languages" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jvm-languages?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to