-
Notifications
You must be signed in to change notification settings - Fork 155
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
GCToolKit cannot parse G1Young
event from JDK8's gc log.
#357
Labels
bug
Something isn't working
Comments
I may have a fix for a similar issue (#352) and wanted to see if it happens to handle your situation as well, but I can't download your sample GC log. Can you attach the gc log here so I can check? |
Here is the GC log.
|
No such luck. There are a lot of advanced flags configured in this file, whereas the change I made was for a relatively simple use case that was broken. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I first used JDK 8 and set
-XX:+UseG1GC
option to run a program, and exported the GC log (I will provide the link to the log file later). Then, when using GCToolKit to parse the log, I found that it could only parse some of the G1 events, such asConcurrentRootRegionScan
,ConcurrentMark
, etc. But it could not parseG1Young
and other PauseEvents.To Reproduce
Steps to reproduce the behavior:
This program will parse the events from the gc log ('g1_8.log'), and print their
GarbageCollectionTypes
.Expected behavior
Print a series of events including
G1Young
Actually behavior
Print a series of events like this:
The text was updated successfully, but these errors were encountered: