jaxp/patches/jaxp_src/README
author johnc
Mon, 19 Dec 2011 10:02:05 -0800
changeset 11251 e29da6b5622b
parent 3879 0d9209bdf36c
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


This directory will hold any patches that need to be applied to the drop files.

The patch order is defined in the ant build script properties.