When references computation is started in parallel, the later one does not have progressbar. The same problem happens for computation of GR roots and retained size.
Steps to reproduce the behavior:
- Open two heap dumps.
- Start computation of references in the first heap dump.
- While computation is still running, switch to second heap dump.
- Start computation of references in the second heap dump.
- Progressbar for first computation finishes, but the second one is never displayed.
- References for the second heap dump are computed without progressbar.
Expected behavior
There should be progressbar when references are computed.
When references computation is started in parallel, the later one does not have progressbar. The same problem happens for computation of GR roots and retained size.
Steps to reproduce the behavior:
Expected behavior
There should be progressbar when references are computed.