Skip to content

Problem with J9 verbose GC logfile #40

Closed
@ecki

Description

@ecki

The following GC logfile is generated from IBM Java 6 SR5 on AIX, it has two main problems:

  • first of all the tag is missing because this was a file from running instance. I can fix this by hand adding the closing element however I think the parser could just ignore the exception
  • secondly some of the numbers are outside of the integer range and therefore create a number format exception. A quick hack to replace the Integer.parseInteger with parseLong helped with the parsing errors, but the resulting chart did not look right.

https://mft.seeburger.de/portal-seefx/~public/ca4ab842-2ff5-457c-b6b6-f5e458e3adf0?download

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions