Skip to content

Refactor Continuation cache profiling #19805

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

fengxue-IS
Copy link
Contributor

  • Add runtime option to JVM for reporting cache usage
  • Report vthread stack size related data

Related: #19749

Signed-off-by: Jack Lu [email protected]

@fengxue-IS fengxue-IS force-pushed the enhance-profiling branch 2 times, most recently from 05c3d12 to 5408880 Compare July 17, 2024 19:52
@fengxue-IS
Copy link
Contributor Author

Output with -XX:ContinuationCache:printSummary,t1=32,t2=128

Continuation Cache Summary:
    T1 size: 32    T2 size: 128

Total Continuation entries: 10327705

Cache Hits:                 9715571
     T1 Cache Hits:             9434724
     T2 Cache Hits:             280847
Cache Miss:                 612134

Cache store:                9719940
     T1 Cache store:            9439399
     T2 Cache store:            280541
Cache Freed:                607765

Avg Cache Stack Size:       1.98 KB

- Add runtime option to JVM for reporting cache usage
- Report vthread stack size related data

Signed-off-by: Jack Lu <[email protected]>
@fengxue-IS fengxue-IS requested a review from tajila July 24, 2024 22:21
@fengxue-IS fengxue-IS marked this pull request as ready for review July 24, 2024 22:21
@tajila
Copy link
Contributor

tajila commented Jul 26, 2024

jenkins test sanity alinux64 jdk21

@tajila tajila merged commit d98e1e5 into eclipse-openj9:master Jul 29, 2024
5 checks passed
@fengxue-IS fengxue-IS added the project:loom Used to track Project Loom related work label Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project:loom Used to track Project Loom related work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants