Duplicate :
|
|
Relates :
|
VM uses gettimeofday for os::javaTimeMillis which is non-monotonic. in void ReferenceProcessor::update_soft_ref_master_clock VM complains if this time goes back. It is needed to use source which is monotonic or not produce warning. I've filed this CR against GC because in this particular case it is a GC part. However it would be nice to check if there are any similar issues. See e-mail thread in comments.
|