RFR: 6542: Improve calls to render in the flame view

Marcus Hirt hirt at openjdk.java.net
Mon Oct 19 09:22:09 UTC 2020


On Sun, 18 Oct 2020 20:43:56 GMT, Miroslav Wengner <mwengner at openjdk.org> wrote:

> the Flameview shift fix during a fast scrolling over the selections: https://bugs.openjdk.java.net/browse/JMC-6542

application/org.openjdk.jmc.flightrecorder.flameview/src/main/java/org/openjdk/jmc/flightrecorder/flameview/views/FlameGraphView.java
line 385:

> 383:
> 384: 			this.modelState = ModelState.READY;
> 385: 			DisplayToolkit.inDisplayThread().execute(() -> this.setModel(items, jsonModelBuilder.toString()));

Want to get the string first, outside of the lambda?

-------------

PR: https://git.openjdk.java.net/jmc/pull/133


More information about the jmc-dev mailing list