commit | 02a40756aefe54c395e3a45d7e65b38560d154e3 | [log] [tgz] |
---|---|---|
author | John Cuthbertson <johnc@openjdk.org> | Wed Jan 18 09:50:16 2012 -0800 |
committer | John Cuthbertson <johnc@openjdk.org> | Wed Jan 18 09:50:16 2012 -0800 |
tree | 07a4bbec50648d0a8d29b2770d084dc973385b4c | |
parent | 0fa4e17deccfe20da1e8ee610d0bfaa3edd85ff4 [diff] |
7129514: time warp warnings after 7117303 Replace calls to os::javaTimeMillis() that are used to update the milliseconds since the last GC to an equivalent that uses a monotonically non-decreasing time source. Reviewed-by: ysr, jmasa