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
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
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
-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
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