adoptium / jmc-build

Contains the Adoptium specific source code overrides and build pipeline script for the Java Mission Control project.
Apache License 2.0
22 stars 9 forks source link

StackOverflowError when integrating JMC in Eclipse with FlatScrollBar on "Threads" page. #55

Closed RoiSoleil closed 9 months ago

RoiSoleil commented 9 months ago

I get a StackOverflowError when integrating JMC in Eclipse with FlatScrollBar on "Threads" page.

No problem with "(Legacy) Threads" page ...

image

image

reinhapa commented 9 months ago

@RoiSoleil this is not a build issue and needs to be reported at bugs.openjdk.org.

aptmac commented 9 months ago

I've opened a bug for this over at: https://bugs.openjdk.org/browse/JMC-8148

My initial thought is that the FlatScrollBar functionality is interfering with the Threads page code that syncs the scrollbars on the two canvas components, but I'll have to take a look sometime to see if that is the case.