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://
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://
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:
>> https://gist.github.com/JohnTortug
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 tier1-4
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 f
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
>> di