You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can probably modify the Milli code to always use the standard Java calls if the property "java.version" says we are running on JDK10 or greater. The original pull request #92, submitted on 2017-12-06, referred to a then-pending JDK issue whose fix was eventually included in JDK10. We can avoid the JNA dispatching overhead if running on a JDK with a fully working get/setLastModifiedTime() call.
The text was updated successfully, but these errors were encountered:
We can probably modify the Milli code to always use the standard Java calls if the property "java.version" says we are running on JDK10 or greater. The original pull request #92, submitted on 2017-12-06, referred to a then-pending JDK issue whose fix was eventually included in JDK10. We can avoid the JNA dispatching overhead if running on a JDK with a fully working get/setLastModifiedTime() call.
The text was updated successfully, but these errors were encountered: