Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2219208 | 8 | John Cuthbertson | P4 | Resolved | Fixed | b19 |
JDK-2219188 | 7u4 | John Cuthbertson | P4 | Closed | Fixed | b06 |
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.
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.
- backported by
-
JDK-2219208 VM uses non-monotonic time source and complains that it is non-monotonic
-
- Resolved
-
-
JDK-2219188 VM uses non-monotonic time source and complains that it is non-monotonic
-
- Closed
-
- duplicates
-
JDK-7008300 Spurious warnings "Java HotSpot(TM) Server VM warning: time warp"
-
- Closed
-
- relates to
-
JDK-7129514 time warp warnings after 7117303
-
- Closed
-