On Jul 10, 2012, at 1:57 PM, Jochen Theodorou <[email protected]> wrote:
> Am 10.07.2012 22:56, schrieb Rémi Forax: > [...] >> Class.forName(name) is equivalent to Class.forName(name, true, >> lookup.lookupClass().getClassLoader()) >> As true and lookup.lookupClass().getClassLoader() are constant in the BSM, >> you can bound them using insertArguments. > > also an interesting idea, true, never thought of that... which is > exactly why I ask here ;) Remi has an answer for everything ;-) -- Chris > > bye blackdrag > > > -- > 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 > > > > _______________________________________________ > mlvm-dev mailing list > [email protected] > http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
