Re: [cp-patches] Fwd: Re[2]: [PATCH v2] Use CLOCK_MONOTONIC for System.nanoTime

2010-11-24 Thread Mark Wielaard
On Tue, 2010-11-23 at 21:54 +0200, Pekka Enberg wrote: I sent a follow-up patch to fix those. I don't have GNU copyright assignment papers signed. Is that a problem? If so, I'm happy to do the paperwork if someone points me to the right direction. I'll send you the forms. Thanks a lot for

Re: [cp-patches] Fwd: Re[2]: [PATCH v2] Use CLOCK_MONOTONIC for System.nanoTime

2010-11-23 Thread Pekka Enberg
On Sun, 21 Nov 2010, Ivan Maidanski wrote: Some issues to be corrected in you patch: 1. currentTimeMillis() should be renamed to currentTimeMicros() as it returns microseconds (not milliseconds). 2. clock_gettime(CLOCK_MONOTONIC) may fail on some machines (even if _POSIX_MONOTONIC_CLOCK has