jifa icon indicating copy to clipboard operation
jifa copied to clipboard

🔬 Online Heap Dump, GC Log, Thread Dump & JFR File Analyzer.

Results 30 jifa issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/eclipse/jifa/assets/47961301/1b65ab8c-6bce-4ca7-ac04-cfe9aa35f8fa) What does this column mean? @D-D-H

@D-D-H I accidentally merged my other modifications into it this morning, so I closed the previous PR( #268 )

![image](https://github.com/eclipse/jifa/assets/47961301/9ae29e4f-1d80-4fda-baef-27b50bc5f94a) What's the problem?

Analyze great large dump file may cause OOM if there has some classes which instances more than Integer.MAX_VALUE. Pass the discard options can avoid this issue, but user can not...

Hi Team, In MAT report under leak suspect we can see strack trace but same we cannot see under JIFA leak suspect. And we can see JIFA has only 2...

I think it'd be possible to upstream the dynamic [Eclipse hprof strictness configuration setup](https://github.com/eclipse/jifa/tree/master/backend/heap-dump-analyzer/hook) to Eclipse MAT project. Specifically - Changes in `ui/HprofPreferences.java` to allow change of preferences through a...

ref: https://github.com/eclipse/jifa/issues/285 It would be good to have the GC log read the logs asynchronously/progressively/lazily to avoid filling up the ram and causing startup time stutters.

ref: https://github.com/eclipse/jifa/issues/285 The JIFA GC log could be consumed by different tools. It would be good to have it in a separate consumable library to avoid copy-pasted code.

When I perform GC log analysis, this error is reported. Is it because my GC file size is too large? Is there a way to solve it? ![image](https://github.com/user-attachments/assets/47d58414-4f87-48fc-b906-5c7f74dacc5d) ![image](https://github.com/user-attachments/assets/db7fea9b-7183-4fb5-957c-e09947774386)