On Thu, 13 Feb 2025 01:22:55 GMT, Vladimir Kozlov wrote:
> `CodeBlob::is_buffer_blob()` method is incorrectly used in few places because
> BufferBlob is not "leaf" class. You need to add checks for its subclasses too.
>
> I also updated statistic output for CodeCache (`-XX:+PrintCodeCache
> -X
On Thu, 13 Feb 2025 01:22:55 GMT, Vladimir Kozlov wrote:
> `CodeBlob::is_buffer_blob()` method is incorrectly used in few places because
> BufferBlob is not "leaf" class. You need to add checks for its subclasses too.
>
> I also updated statistic output for CodeCache (`-XX:+PrintCodeCache
> -X
On Thu, 13 Feb 2025 01:22:55 GMT, Vladimir Kozlov wrote:
> `CodeBlob::is_buffer_blob()` method is incorrectly used in few places because
> BufferBlob is not "leaf" class. You need to add checks for its subclasses too.
>
> I also updated statistic output for CodeCache (`-XX:+PrintCodeCache
> -X
On Thu, 13 Feb 2025 01:22:55 GMT, Vladimir Kozlov wrote:
> `CodeBlob::is_buffer_blob()` method is incorrectly used in few places because
> BufferBlob is not "leaf" class. You need to add checks for its subclasses too.
>
> I also updated statistic output for CodeCache (`-XX:+PrintCodeCache
> -X
`CodeBlob::is_buffer_blob()` method is incorrectly used in few places because
BufferBlob is not "leaf" class. You need to add checks for its subclasses too.
I also updated statistic output for CodeCache (`-XX:+PrintCodeCache
-XX:+Verbose`) and corresponding test to reflect current state of code