Attila Szegedi a écrit : > 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. >
Oups. will fix ASAP. 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 -~----------~----~----~----~------~----~------~--~---
