Withdrawn: 8333566: Remove unused methods

2024-06-07 Thread Cesar Soares Lucas
On Tue, 4 Jun 2024 20:51:52 GMT, Cesar Soares Lucas wrote: > Please, consider this patch to remove unused methods from the code base. To > the best of my knowledge, these methods are only defined but never used. > > Here is a list with names of delete methods: > https://

Re: RFR: 8333566: Remove unused methods

2024-06-07 Thread Cesar Soares Lucas
On Tue, 4 Jun 2024 20:51:52 GMT, Cesar Soares Lucas wrote: > Please, consider this patch to remove unused methods from the code base. To > the best of my knowledge, these methods are only defined but never used. > > Here is a list with names of delete methods: > https://

Re: RFR: 8333566: Remove unused methods

2024-06-06 Thread Cesar Soares Lucas
On Thu, 6 Jun 2024 01:28:00 GMT, Amit Kumar wrote: >> Please, consider this patch to remove unused methods from the code base. To >> the best of my knowledge, these methods are only defined but never used. >> >> Here is a list with names of delete methods: >>

RFR: 8333566: Remove unused methods

2024-06-06 Thread Cesar Soares Lucas
Please, consider this patch to remove unused methods from the code base. To the best of my knowledge, these methods are only defined but never used. Here is a list with names of delete methods: https://gist.github.com/JohnTortugo/fccc29781a1b584c03162aa4e160e874 Tested with Linux x86_64

Re: RFR: 8329433: Reduce nmethod header size [v6]

2024-04-17 Thread Cesar Soares Lucas
On Wed, 17 Apr 2024 00:56:33 GMT, Vladimir Kozlov wrote: >> This is part of changes which try to reduce size of `nmethod` and `codeblob` >> data vs code in CodeCache. >> These changes reduced size of `nmethod` header from 288 to 232 bytes. From >> 304 to 248 in optimized VM: >> >> Statistics

Re: RFR: 8318682: SA decoding of scalar replaced objects is broken [v6]

2024-01-17 Thread Cesar Soares Lucas
On Wed, 17 Jan 2024 19:52:32 GMT, Tom Rodriguez wrote: >> The changes for JDK-8287061 didn't update the SA decoding logic and there >> are other places where the decoding has gotten out of sync with HotSpot. >> Some of them can't be tested because they are part of JVMCI but I've added a >>