Re: [SOC][jvm-l] avoiding indy code in stack trace

2024-02-23 Thread 'Jochen Theodorou' via JVM Languages
On 23.02.24 10:02, Remi Forax wrote: Hello, sorry for the late answer. don't worry. Better late than never If you use an invoker like the MethodHandles.exactInvoker() instead of using directly invokeExact() you will not have any stackframes from your vmPlugin. > The idea is that is to have

Re: [SOC][jvm-l] avoiding indy code in stack trace

2024-02-23 Thread Remi Forax
al Message - > From: "'Jochen Theodorou' via JVM Languages" > To: "jvm-languages" > Sent: Monday, February 5, 2024 5:38:54 PM > Subject: [SOC][jvm-l] avoiding indy code in stack trace > Hi all, > > if I have a Groovy program like this