Whilst working on a Java application I’ve come across the -XX:+UseGetTimeOfDay parameter on a java command, I can’t find much information about it.
Firstly, what does the -XX mean, and what would the UseGetTimeOfDay provide? I haven’t seen these before and I’m wondering what they do, could it be something specific to my application or are these standard Java parameters?
I don’t know if it’s still relevant now, but I found some documentation on it:
In general, -X and -XX flags are ones which control the JVM (and are VM-specific).
From the HotSpot options page (which doesn’t list this one):