two things invokedynamic canbot do
Jochen Theodorou
blackdrag at gmx.org
Tue Jun 26 05:24:18 PDT 2012
Am 26.06.2012 13:37, schrieb Julien Ponge:
> You may bypass the invokespecial <init>(…)V as a first method
> invocation within a constructor requirement by launching the JVM with
> -noverify. As long as you don't do anything stupid in the bytecode it
> will be just ok and you can call a constructor using indy.
>
> Anyway I confess that disabling verification is probably not what you
> want ;-)
That is indeed not really what I want ;) No, seriously... we want to be
able to use Groovy classes in an environment not under our control, even
in a application server. For those things -noveriffy is surely no option.
bye Jochen
--
Jochen "blackdrag" Theodorou - Groovy Project Tech Lead
blog: http://blackdragsview.blogspot.com/
german groovy discussion newsgroup: de.comp.lang.misc
For Groovy programming sources visit http://groovy-lang.org
More information about the mlvm-dev
mailing list