I am trying to use the '-XX:-CITime' flag (documentation) for hotspot JVM, but I have some questions:
If I want to enable printing compilation time, then do I type '-XX:-CITime' (with a minus) or '-XX:+CITime' (with a plus)?
Where does it output the compilation time information?
What does is the output supposed to look like?