Open
Description
To better support the use of Continuation cache, the following changes have been proposed:
- Add runtime option to JVM for reporting cache usage (currently only available as compile time option) Refactor Continuation cache profiling #19805
- Report vthread stack size related data Refactor Continuation cache profiling #19805
- Track concurrent continuation count (partially covered by Report live continuation Objects in verbosegc #19733)
- Track max/avg concurrent continuation count
- Measure the variance of cache usage between carrier threads
- Enhance the existing cache lookup logic