Re: Forcing initialization of string concat INDY expressions

2017-03-01 Thread Remi Forax
== desc.methodType) { // fastpath } } ... Rémi - Mail original - > De: "David Holmes" > À: "Aleksey Shipilev" , "core-libs-dev Libs" > > Envoyé: Mercredi 1 Mars 2017 13:36:49 > Objet: Re: Forcing initialization of string concat INDY e

Re: Forcing initialization of string concat INDY expressions

2017-03-01 Thread David Holmes
Hi Aleksey, On 1/03/2017 7:46 PM, Aleksey Shipilev wrote: Hi, On 03/01/2017 07:36 AM, David Holmes wrote: The INDY-fication of string concatenation has triggered a problem where a JVM TI agent's monitor-wait/ed callback hits an error path that uses string concat which triggers a mass of indy r

Re: Forcing initialization of string concat INDY expressions

2017-03-01 Thread Aleksey Shipilev
Hi, On 03/01/2017 07:36 AM, David Holmes wrote: > The INDY-fication of string concatenation has triggered a problem where a JVM > TI > agent's monitor-wait/ed callback hits an error path that uses string concat > which triggers a mass of indy related initialization, which in turn hits > monitor

Forcing initialization of string concat INDY expressions

2017-02-28 Thread David Holmes
The INDY-fication of string concatenation has triggered a problem where a JVM TI agent's monitor-wait/ed callback hits an error path that uses string concat which triggers a mass of indy related initialization, which in turn hits monitor use in MethodType$ConcurrentWeakInternSet.get, which caus