Re: problems with sun.reflect.Reflection.getCallerClass(int)

2013-07-31 Thread Jörn Huxhorn
Thank you! On 31. Juli 2013 at 22:43:39, mark.reinh...@oracle.com (mark.reinh...@oracle.com) wrote: FYI, we're going to revert this method to its previous behavior in JDK 7u40: http://bugs.sun.com/view_bug.do?bug_id=8021946 . What will happen to this method in JDK 8 requires further thought

Re: problems with sun.reflect.Reflection.getCallerClass(int)

2013-07-31 Thread Nick Williams
That is, indeed, great news! I have almost completed a patch that I will propose later this week to make this a public API. Nick On Jul 31, 2013, at 3:42 PM, mark.reinh...@oracle.com wrote: > FYI, we're going to revert this method to its previous behavior in > JDK 7u40: http://bugs.sun.com/vie

Re: problems with sun.reflect.Reflection.getCallerClass(int)

2013-07-31 Thread mark . reinhold
FYI, we're going to revert this method to its previous behavior in JDK 7u40: http://bugs.sun.com/view_bug.do?bug_id=8021946 . What will happen to this method in JDK 8 requires further thought. - Mark

Re: problems with sun.reflect.Reflection.getCallerClass(int)

2013-07-22 Thread Mandy Chung
On 7/22/2013 3:37 PM, Jochen Theodorou wrote: Am 20.07.2013 03:41, schrieb Mandy Chung: Hi Jochen, I read through the thread in mlvm-dev [1] that has a good discussion there. I have filed a RFE: 8020785: caller-sensitive methods to skip dynamic generated frames and look up the true calle

Re: problems with sun.reflect.Reflection.getCallerClass(int)

2013-07-22 Thread Jochen Theodorou
Am 20.07.2013 03:41, schrieb Mandy Chung: Hi Jochen, I read through the thread in mlvm-dev [1] that has a good discussion there. I have filed a RFE: 8020785: caller-sensitive methods to skip dynamic generated frames and look up the true caller This seems that java.lang.instrument might be

Re: problems with sun.reflect.Reflection.getCallerClass(int)

2013-07-19 Thread Mandy Chung
Hi Jochen, I read through the thread in mlvm-dev [1] that has a good discussion there. I have filed a RFE: 8020785: caller-sensitive methods to skip dynamic generated frames and look up the true caller This seems that java.lang.instrument might be an appropriate place for this support.

Re: problems with sun.reflect.Reflection.getCallerClass(int)

2013-07-11 Thread Mandy Chung
Hi Jochen, On 7/11/2013 4:21 PM, Jochen Theodorou wrote: Hi all, I started a thread about this already on the mlvm list, but since I get no responses there I am going to ask here as well. Plus I have an actual problem with openjdk 7u25 related to this it seems. First the u25 problem. Accord

problems with sun.reflect.Reflection.getCallerClass(int)

2013-07-11 Thread Jochen Theodorou
Hi all, I started a thread about this already on the mlvm list, but since I get no responses there I am going to ask here as well. Plus I have an actual problem with openjdk 7u25 related to this it seems. First the u25 problem. According to https://jira.codehaus.org/browse/GROOVY-6246 openjd