Re: ELParser fiel of type LookaheadSuccess extends Error

2016-02-04 Thread Konstantin Kolinko
2016-02-03 18:48 GMT+03:00 Rainer Jung : > Hi there, > > ELParser has a field named jj_ls of type LookaheadSuccess which extends > Error. It is created during each instantiation of an ELParser object. > Creating an Error is quite slow, because e.g. it calls > java.lang.Throwable.fillInStack() durin

Re: ELParser fiel of type LookaheadSuccess extends Error

2016-02-04 Thread Rainer Jung
Am 03.02.2016 um 16:48 schrieb Rainer Jung: Hi there, ELParser has a field named jj_ls of type LookaheadSuccess which extends Error. It is created during each instantiation of an ELParser object. Creating an Error is quite slow, because e.g. it calls java.lang.Throwable.fillInStack() during init

Re: ELParser fiel of type LookaheadSuccess extends Error

2016-02-03 Thread Rainer Jung
Hi Chris, Am 03.02.2016 um 17:04 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 2/3/16 10:48 AM, Rainer Jung wrote: Hi there, ELParser has a field named jj_ls of type LookaheadSuccess which extends Error. It is created during each instantiation of an EL

Re: ELParser fiel of type LookaheadSuccess extends Error

2016-02-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 2/3/16 10:48 AM, Rainer Jung wrote: > Hi there, > > ELParser has a field named jj_ls of type LookaheadSuccess which > extends Error. It is created during each instantiation of an > ELParser object. Creating an Error is quite slow, because

ELParser fiel of type LookaheadSuccess extends Error

2016-02-03 Thread Rainer Jung
Hi there, ELParser has a field named jj_ls of type LookaheadSuccess which extends Error. It is created during each instantiation of an ELParser object. Creating an Error is quite slow, because e.g. it calls java.lang.Throwable.fillInStack() during init. This jj_ls is only used once in jj_sca