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
Hello, sorry for the late answer. 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 a code like that public static CallSite bsm(Lookup lookup, String name,