Re: Fix inconsistent behavior of java.nio.file.attribute.BasicFileAttributes.lastModifiedTime()

2017-11-24 Thread Schaef, Martin
;SetLongField(env, attrs, attrs_st_ctime_nsec, (jlong)buf->st_ctim.tv_nsec); +//endif } JNIEXPORT void JNICALL On 11/24/17, 10:54 AM, "Alan Bateman" wrote: On 24/11/2017 14:53, Schaef, Martin wrote: > We are experiencing a problem with the following test case: &g

Fix inconsistent behavior of java.nio.file.attribute.BasicFileAttributes.lastModifiedTime()

2017-11-24 Thread Schaef, Martin
We are experiencing a problem with the following test case: https://github.com/eclipse/jgit/blob/master/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CheckoutCommandTest.java#L364 Depending on which gcc version we use to compile OpenJDK, the assertion in https://github.com/eclipse/jgit/blob/mast