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

2013-07-08 Thread Jochen Theodorou
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

hg: mlvm/mlvm/jdk: meth-arity-8019417.patch: first cut

2013-07-08 Thread john . r . rose
Changeset: 2168949aaeb6 Author:jrose Date: 2013-07-08 17:57 -0700 URL: http://hg.openjdk.java.net/mlvm/mlvm/jdk/rev/2168949aaeb6 meth-arity-8019417.patch: first cut + meth-arity-8019417.patch ! series ___ mlvm-dev mailing list mlvm-dev@o

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

2013-07-08 Thread Charles Oliver Nutter
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