You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The attached file seems to be generated by using the options -Xlog:gc (not -Xlog:gc*). Without the *, only the events tagged "gc" are written out.
While I originally mistakenly thought there was a mismatch on the rule, Events 3 and 4 do successfully match the YOUNG_DETAILS parse rule. However, I suspect the problem is that the forwardReference is populated by UnifiedG1GCParser.youngDetails(), there is nothing in the log file to cause the forwardReference to be published.
I confirmed this behaviour by setting up breakpoints on all publish*() methods in the class.
The output for -Xlog:gc* is more verbose and contains a line that triggers the publish:
Expected behavior
The parser should still be able to process files generated by -Xlog:gc. One way would be to publish if the event ID changes and the forwardReference object contains sufficient information for a trackable event.
Desktop (please complete the following information):
OS: Windows 11 (File was generated on Windows Server 2022)
Amazon Corretto 11.0.19.7
The text was updated successfully, but these errors were encountered:
Describe the bug
The attached file seems to be generated by using the options -Xlog:gc (not -Xlog:gc*). Without the *, only the events tagged "gc" are written out.
While I originally mistakenly thought there was a mismatch on the rule, Events 3 and 4 do successfully match the
YOUNG_DETAILS
parse rule. However, I suspect the problem is that the forwardReference is populated byUnifiedG1GCParser.youngDetails()
, there is nothing in the log file to cause the forwardReference to be published.I confirmed this behaviour by setting up breakpoints on all publish*() methods in the class.
The output for -Xlog:gc* is more verbose and contains a line that triggers the publish:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The parser should still be able to process files generated by -Xlog:gc. One way would be to publish if the event ID changes and the forwardReference object contains sufficient information for a trackable event.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: