jaxws/.hgignore
author johnc
Mon, 19 Dec 2011 10:02:05 -0800
changeset 11251 e29da6b5622b
parent 9387 61ee8ff96830
child 12068 67e18b722f76
permissions -rw-r--r--
7117303: VM uses non-monotonic time source and complains that it is non-monotonic Summary: Replaces calls to os::javaTimeMillis(), which does not (and cannot) guarantee monotonicity, in GC code to an equivalent expression that uses os::javaTimeNanos(). os::javaTimeNanos is guaranteed monotonically non-decreasing if the underlying platform provides a monotonic time source. Changes in OS files are to make use of the newly defined constants in globalDefinitions.hpp. Reviewed-by: dholmes, ysr

^build/
^dist/
^drop/
^drop_included/
^webrev/
/nbproject/private/
^.hgtip