sun.reflect.Reflection.getCallerClass(int) is going to be removed... how to replace?

Charles Oliver Nutter headius at headius.com
Mon Jul 8 23:12:05 PDT 2013


We advise our users to pass in a classloader. Class.forName's
stack-based discovery of classloaders is too magic anyway.

In general, when there's magic happening at the JVM level that is not
possible for us to duplicate in JRuby, we warn our users away from
depending on it.

- Charlie

On Mon, Jul 8, 2013 at 3:33 AM, Jochen Theodorou <blackdrag at gmx.org> wrote:
> Hi all,
>
> 5 days nothing... Does that mean it is like that, there is no way around
> and I have to explain my users, that Java7/8 is going to break some
> "minor" functionality?
>
> 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
> mlvm-dev at openjdk.java.net
> http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev


More information about the mlvm-dev mailing list