I am trying to CPU profile a JavaFX 8 application with VisualVM (Java 8). While CPU sampling works fine, when starting CPU profiling, the application just hangs and VisualVM reports as status "profiling running (0 methods instrumented)".
I tried to limit profiling to my app´s classes, but to no avail. Am I missing something?