RFR: 6669: FlameGraphView tree calculation should (probably) be interruptable [v2]
Marcus Hirt
hirt at openjdk.java.net
Wed Oct 21 14:14:13 UTC 2020
On Wed, 21 Oct 2020 13:49:24 GMT, Miroslav Wengner <mwengner at openjdk.org> wrote:
>> fix to bug: https://bugs.openjdk.java.net/browse/JMC-6669
>
> Miroslav Wengner has updated the pull request incrementally with one additional commit since the last revision:
>
> 6669: correction
application/org.openjdk.jmc.flightrecorder.flameview/src/main/java/org/openjdk/jmc/flightrecorder/flameview/views/FlameGraphView.java line 282:
> 280: }
> 281:
> 282: private static class ModelRebuildCallable implements Callable<Void> {
Does this really have to be callable? Would clean up the code if not.
-------------
PR: https://git.openjdk.java.net/jmc/pull/135
More information about the jmc-dev
mailing list