Dear language runtime developers,
I hope you will have fun with it.
cheers,
Rémi
-Frank
I can't wait to see an invoke-jython-dynamic prototype.
I feel like I had put a stone in the middle of the great pyramid
and can't wait the others to finish the dream.
> -Frank
>
Rémi
Rémi
Yes, it should be a drop in replacement.
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