I want to know JVM options used to synchronize time between Java application and system.
Like UseHighResolutionTimer
and UseGetTimeOfDay
I had a problem that the time between Java Application and the system did not match. So, I searched for JVM option about time sync, and I found UseHighResolutionTimer and UseGetTimeOfDay.
https://support.hpe.com/hpsc/doc/public/display?docId=mmr_kc-0115106
However, this document is about HP-UX. I use both HP and IBM. Does this option apply to IBM?
In addition, in that document contains only three settings:
+ UseHighResolutionTimer
, -UseGetTimeOfDay
& & -UseHighResolutionTimer
, + UseGetTimeOfDay
.
Does any other settings exist?
Is there option like "Synchronize every 24 hours"?