-XX:+PrintCompilation is a real flag JVM performance engineers use in production incident response, and tools like JITWatch exist specifically to visualize this exact log format to spot methods that keep deoptimizing. Recognizing a 'made not entrant' deopt line in these logs is often the difference between diagnosing why a hot trading-system method suddenly got slow and staring at a mystery latency spike.