uschindler commented on PR #12873: URL: https://github.com/apache/lucene/pull/12873#issuecomment-1838770783
I removed the `invokestatic` special case and now every function call is handled by a `MethodHandle` provided in a dynamic constant. P.S.: Java 17' LambdaBootsrap now does the same. The code is tiny now as it does not do much anymore. It just invokes the MethodHandle: https://github.com/openjdk/jdk17/commit/4356469a31f52450732d8f941f6a3b0d00657fcf#diff-76236a0dd20022f749d95ad5890e2bece0c4ac212d1b2ffab90ca86875f14282R111 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org