File.lastModified() is losing milliseconds (always ends in 000)
Hello,
I am experiencing the bug https://bugs.openjdk.org/browse/JDK-8177809 in code deployed in my oracle 19c database.
The database is using Oracle version 1.8.0_391 and the operating system is a Red Hat Enterprise Linux 8.8 (4.18.0-477.27.1.el8_8.x86_64).
If I test via an OpenJDK 1.8.0_391 on that system then the bugfix described in the article works.
On the oracle jdk all file timestamps are only with second precision.
Will there be an implementation of this bugfix in the Oracle JDK?
Thank you,
Tom