Re: RFR: 8343377: Performance regression in reflective invocation of native methods

2024-11-20 Thread monk
On Tue, 19 Nov 2024 14:16:47 GMT, Chen Liang wrote: >> When core reflection was migrated to be implemented by Method Handles, >> somehow, the method handles are not used for native methods, which are >> generally linkable by method handles. This causes significant performance >> regressions w

Re: RFR: 8343377: Performance regression in reflective invocation of native methods

2024-11-21 Thread monk
On Thu, 21 Nov 2024 03:28:29 GMT, Chen Liang wrote: >> When core reflection was migrated to be implemented by Method Handles, >> somehow, the method handles are not used for native methods, which are >> generally linkable by method handles. This causes significant performance >> regressions w