It works with jdk7 b144,
no way to access to b145 due to java.net maintenance.
Rémi
On 06/11/2011 11:18 PM, Attila Szegedi wrote:
public class TestVarArgInvoke {
public static void main(String[] args) throws Throwable {
java.lang.invoke.MethodHandles.publicLookup().unreflect(
TestVa
And BTW, attempts at using invoke() or invokeExact() didn't work either… They
all behave strangely. What's the sanctioned way to pass an array explicitly as
a vararg argument?
On Jun 10, 2011, at 2:34 PM, Attila Szegedi wrote:
> I found a regression between Mac OS X MLVM build from April 4 and
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2011-06-10 18.09, Christian Thalinger wrote:
> On Jun 4, 2011, at 5:19 AM, Ola Bini wrote:
>> On 2011-06-04 01.47, John Rose wrote:
>>> On Jun 3, 2011, at 7:07 AM, Ola Bini wrote:
>>>
Is there anything I can do to help out with finding this pro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2011-06-10 14.59, Christian Thalinger wrote:
> On May 27, 2011, at 12:35 AM, Ola Bini wrote:
>> On 2011-05-27 12.58, John Rose wrote:
>>> On May 27, 2011, at 12:24 AM, Ola Bini wrote:
>>>
But then it crashes at the same place.
>>>
>>> Excellent
On 06/10/2011 10:56 PM, Szymon Jachim wrote:
I had a good version of JDK and ASM, but only the to-be-rewritten
class was compiled under Eclipse using it's compiler.
Is't it a bug that ASM allowed it's output class to have tag 15
constant in it while the version of class file like it was before