hg: mlvm/mlvm/jdk: meth-info-8008688.patch: add reviewer, fix obsolete unit test

2013-07-03 Thread john . r . rose
Changeset: f7504de08f94 Author:jrose Date: 2013-07-03 12:53 -0700 URL: http://hg.openjdk.java.net/mlvm/mlvm/jdk/rev/f7504de08f94 meth-info-8008688.patch: add reviewer, fix obsolete unit test ! meth-info-8008688.patch ___ mlvm-dev mailing

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

2013-07-03 Thread Jochen Theodorou
Am 03.07.2013 10:50, schrieb Jochen Theodorou: [...] > But with the new logic I see no other way, then to throw an exception > and walk the trace. addendum: Somehow I thought the trace has classes... it does not. With only Strings I can do exactly nothing, since I need the loader and by String I

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

2013-07-03 Thread Jochen Theodorou
Am 02.07.2013 20:13, schrieb John Rose: [...] > The upshot of all this is that if you encapsulate your CS method calls > in method handles obtained from a BSM or MethodHandles.lookup, your code > won't be sensitive to the dynamic context of those calls. Your are of course right here, but you miss