Skip to content
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

Unrecognised ZGC file #382

Open
AlinaHovakimyan opened this issue Sep 2, 2024 · 2 comments
Open

Unrecognised ZGC file #382

AlinaHovakimyan opened this issue Sep 2, 2024 · 2 comments

Comments

@AlinaHovakimyan
Copy link
Contributor

gctoolkit is not being able to recognize ZGC file generated with non-debug mode. Issue is because it indicates ZGC file by looking for "Initializing The Z Garbage Collector" line, which is not there if you just generate zgc log by bin/java -XX:+UseZGC , but if I generate it on debug mode, then all is good: bin/java -XX:+UseZGC -Xlog:gc*,gc+director=debug:file=cms_generated.log:time,level,tags. The line that exists in both files and I guess could be used is "Using The Z Garbage Collector"

@dsgrieve
Copy link
Member

dsgrieve commented Sep 4, 2024

ZGC coverage is weak. We do need more/better tests for ZGC. We do have tests for this, but it is very light. Again, a log file would help.

@AlinaHovakimyan
Copy link
Contributor Author

@dsgrieve please see the log attached:
zgc_generated.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants