issues
search
grafana
/
jfr-parser
Java Flight Recorder parser library written in Go.
Apache License 2.0
43
stars
16
forks
source link
Parser improvements
#5
Closed
abeaumont
closed
2 years ago
abeaumont
commented
2 years ago
Add fallback implementations for unsupported (event) types. These generic implementations allow the parser to read and ignore these unsupported types instead of just returning a parsing error.
Ignore non-existing constant pool references
Add support for Native Library event type.
Related to #4
Related to #4