Re: Illegal type in constant pool

2016-07-15 Thread SuoNayi
thanks Jochen, I will try upgrade JVM and give you feedbacks. Good weekend:) > 在 2016年7月15日,21:49,Jochen Theodorou 写道: > >> On 15.07.2016 06:17, NETEASE wrote: >> [...] >> Do you get some updates from ASM now? > > They say it is either the JVM or any bytecode changer in between... for > exampl

Re: Illegal type in constant pool

2016-07-13 Thread SuoNayi
Disabling indy option works so I have come back to the original point now. > 在 2016年7月13日,06:00,Jochen Theodorou 写道: > >> On 12.07.2016 13:33, NETEASE wrote: >> @Jochen, that's ok. But can you tell me what's the wrong in the constant >> pool? > > nope, the pool looks ok to me, the asm guys hav

Re: does gmavenplus support lombok?

2016-05-10 Thread SuoNayi
e is a plugin. >>> >>>> On 10 May 2016 at 08:35:36, Keegan Witt (keeganw...@gmail.com) wrote: >>>> >>>> I haven't used Lombok, but wouldn't you just add Lombok as a dependency in >>>> your POM? Have you tried that already? >>>> >>>> -Keegan >>>> >>>>> On May 10, 2016 2:07 AM, "Jochen Theodorou" wrote: >>>>>> On 10.05.2016 03:31, SuoNayi wrote: >>>>>> any comments,guys? >>>>> >>>>> well... I did not found anything that looks like it would support it. >>>>> >>>>> by Jochen >

Re: does gmavenplus support lombok?

2016-05-09 Thread SuoNayi
any comments,guys? 发自我的 iPhone > 在 2016年5月9日,14:52,NETEASE 写道: > > Hi, I use groovy-eclipse-compiler to compile mixed Java and Groovy source > codes and employ lombok to make less coding for Java. > Now I want to enable invokedynamic support to get performance gain. > I found GMavenPlus can he