When profiling CfD app I see a lot of `java.securi...
# compose-desktop
m
When profiling CfD app I see a lot of `java.security.AccessController.getContext()`coming from AWT, like on the pic: Is it expected?
k
Do you see it taking a significant chunk of time, causing a lot of memory allocation, or just asking about the internals of JDK and how
SwingUtilities.invokeLater
is implemented?
m
That it takes a lot of time. And it doesn't seem to be related with
SwingUtilities.invokeLater