Search code examples
intellij-ideaprofilingjfr

Intellij Failed to activate JFR synchronization


Trying to profile my app locally and it isn't working.

It's saying

Profiling is not supported on java versions prior to 1.8. If you're using oracle jdk prior to version 11, or hotspot jdk prior to version 1.8.0_252, add the -XX:+UnlockCommercialFeatures VM option.

However I'm on azul jdk 8 and I've even added the vm option just to be safe, however it's not working. Any idea why?


Solution

  • Intellij 2023.2 and 2023.2.1 have a bug, downgraded to 2023.1.3 and it works