I'm generating logs in InteliJ Idea using vm parameters
-XX:+UnlockDiagnosticVMOptions -XX:+LogCompilation -Xlog:class+load=info.
When I try to open compilation log in JITWatch it doesnt show my packages/classes instead I see thosands of errors like "Metamember not found" and "Could not parse types" for my classes and jdk classes to.
What am I doing wrong? I tried with java 11 and 17 with no success.