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
Use Win32Handler native file-system handler by default on Windows
This is done in preparation for the removal of the JNI based native
LocalFileHandler for Windows. This increases the number of users (and
therefore testers) but still makes it easily possible to revert to the
old implementation if regressions are found.
Copy file name to clipboardExpand all lines: resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/LocalFileNativesManager.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -28,16 +28,16 @@
28
28
* <p>Dispatches methods backed by native code to the appropriate platform specific
29
29
* implementation depending on a library provided by a fragment. Failing this it tries
30
30
* to use Java 7 NIO/2 API's.</p>
31
-
*
32
-
* <p>Use of native libraries can be disabled by adding -Declipse.filesystem.useNatives=false
31
+
*
32
+
* <p>Use of native libraries can be disabled by adding -Declipse.filesystem.useNatives=false
33
33
* to VM arguments.</p>
34
-
*
34
+
*
35
35
* <p>Please notice that the native implementation is significantly faster than the non-native
36
-
* one. The BenchFileStore test runs 3.1 times faster on Linux with the native code than
36
+
* one. The BenchFileStore test runs 3.1 times faster on Linux with the native code than
Copy file name to clipboardExpand all lines: resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/Bug_530868.java
0 commit comments