I have this code that is testing Calendar.getInstance().getTimeInMillis() vs System.currentTimeMilli() :
Calendar.getInstance().getTimeInMillis()
System.currentTimeMilli()
long before = getTimeInMil
I think you need to disable JIT. Add to your run command next option:
-Djava.compiler=NONE