On Mon, 30 Sep 2024 07:39:11 GMT, Axel Boldt-Christmas <[email protected]> 
wrote:

> [JDK-8322630](https://bugs.openjdk.org/browse/JDK-8322630) / #17495 removed 
> the the concept of ICStubs, InlineCache buffers and related safepoints.
> 
> There are a handfull of references and auxiliary constructs still in the 
> code, I propose we clean these out.
> 
> This removes the unused:
>  * Experimental `InlineCacheBufferSize` option
>  * `InlineCacheBuffer_lock` mutex
>  * `Thread::_missed_ic_stub_refill_verifier` field
>  * `VM_ICBufferFull` VM operation

This pull request has now been integrated.

Changeset: ad5ffccf
Author:    Axel Boldt-Christmas <[email protected]>
URL:       
https://git.openjdk.org/jdk/commit/ad5ffccffa89359dac6ad44b9e43242e5bf3e398
Stats:     38 lines in 10 files changed: 0 ins; 34 del; 4 mod

8341168: Cleanup dead code after JDK-8322630

Reviewed-by: stefank, tschatzl, mli, shade

-------------

PR: https://git.openjdk.org/jdk/pull/21255

Reply via email to