Ignore:
Timestamp:
2016-07-21T01:57:41+02:00 (8 years ago)
Author:
Don-vip
Message:

see #11390 - switch to Java 8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/Preferences.java

    r10469 r10580  
    13361336            Utils.updateSystemProperty("jsse.enableSNIExtension", "false");
    13371337        }
    1338         // Workaround to fix another Java bug - The bug seems to have been fixed in Java 8, to remove during transition
    1339         // Force Java 7 to use old sorting algorithm of Arrays.sort (fix #8712).
    1340         // See Oracle bug database: https://bugs.openjdk.java.net/browse/JDK-7075600
    1341         // and https://bugs.openjdk.java.net/browse/JDK-6923200
    1342         if (getBoolean("jdk.Arrays.useLegacyMergeSort", !Version.getInstance().isLocalBuild())) {
    1343             Utils.updateSystemProperty("java.util.Arrays.useLegacyMergeSort", "true");
    1344         }
    13451338    }
    13461339
Note: See TracChangeset for help on using the changeset viewer.