Access Checking for MethodHandles.Lookup broken!

2013-11-28 Thread Sebastian Sickelmann
Hi, i finally found some time to have a look at this. I think it is a problem in MethodHandleNatives.resolve which is called from MemberName.resolve to figure out which MemberName is the one that should be resolved. The wrong behavior of jdk1.7.0_17 was very usefull to find this, because it has

Re: Access Checking for MethodHandles.Lookup broken?

2013-11-26 Thread Sebastian Sickelmann
Hi, A few days ago I thought I had found a bug in MethodHandles.Lookup.findGetter/findSetter[0] , but i was wrong it seemed to be fixed in the latest JDK7 and JDK8 versions. I search the Bugdatabase for a ticket relating my issue and didn't found one. So i looked at the regressiontests for java/la