I am trying to profile a JavaFX 8 application with VisualVM (Java 8). While the processor fetch is working fine, when the CPU profiling starts, the application just freezes, and VisualVM reports as a "profiling" status (0 methods with tools). "
I tried to limit profiling for my application classes, but to no avail. Did I miss something?
source share