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?