Changeset 19110 in josm


Ignore:
Timestamp:
2024-06-17T22:03:37+02:00 (9 days ago)
Author:
taylor.smock
Message:

See #17858, see #8888: Remove useLegacyMergeSort from josm-latest.jnlp

Setting java.util.Arrays.useLegacyMergeSort to true is probably no longer
necessary.

This does not update josm.jnlp just in case; the JNLP files may be automatically
updated (I'm not certain).

Location:
trunk/native
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/native/josm-latest.jnlp

    r19047 r19110  
    2323        <java version="11+" vendor="Azul" java-vm-args="--add-modules=java.scripting,java.sql,javafx.controls,javafx.media,javafx.swing,javafx.web --add-exports=java.base/sun.security.action=ALL-UNNAMED --add-exports=java.desktop/com.apple.eawt=ALL-UNNAMED --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED --add-exports=javafx.graphics/com.sun.javafx.application=ALL-UNNAMED --add-exports=jdk.deploy/com.sun.deploy.config=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.desktop/javax.imageio.spi=ALL-UNNAMED --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED"/>
    2424        <jar href="josm-latest.jar"/>
    25         <property name="java.util.Arrays.useLegacyMergeSort" value="true"/>
    2625    </resources>
    2726    <application-desc main-class="org.openstreetmap.josm.gui.MainApplication"/>
  • trunk/native/josm.jnlp

    r19047 r19110  
    2323        <java version="11+" vendor="Azul" java-vm-args="--add-modules=java.scripting,java.sql,javafx.controls,javafx.media,javafx.swing,javafx.web --add-exports=java.base/sun.security.action=ALL-UNNAMED --add-exports=java.desktop/com.apple.eawt=ALL-UNNAMED --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED --add-exports=javafx.graphics/com.sun.javafx.application=ALL-UNNAMED --add-exports=jdk.deploy/com.sun.deploy.config=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.desktop/javax.imageio.spi=ALL-UNNAMED --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED"/>
    2424        <jar href="josm-tested.jar"/>
     25        <!-- This was removed from josm-latest.jnlp on 2024-06-17. Remove if nothing gets reported. -->
    2526        <property name="java.util.Arrays.useLegacyMergeSort" value="true"/>
    2627    </resources>
Note: See TracChangeset for help on using the changeset viewer.