This is my first time with Flight recorder. Tried to start a flight recording against my app code which has the flags set -XX:+UnlockCommercialFeatures -XX:+FlightRecorder
.
However when I open the recorded file, it would seem that only core java packages are shown under hot methods/packages. And absolutely none of my own code/package shows up. Any suggestions ?