-
Enhancement
-
Resolution: Fixed
-
P4
-
7, 7u3
-
b46
-
x86
-
windows_xp, windows_vista
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2226471 | 7u6 | Mark Howe | P4 | Closed | Fixed | b17 |
Please add the property java.util.Arrays.useLegacyMergeSort to the list
of secure properties.
This would allow smoother migration from 6 to 7
http://www.oracle.com/technetwork/java/javase/compatibility-417013.html
Area: API: Utilities
Synopsis: Updated sort behavior for Arrays and Collections may throw an IllegalArgumentException
Description: The sorting algorithm used by java.util.Arrays.sort and (indirectly) by java.util.Collections.sort has been replaced. The new sort implementation may throw an IllegalArgumentException if it detects a Comparable that violates the Comparable contract. The previous implementation silently ignored such a situation.
If the previous behavior is desired, you can use the new system property, java.util.Arrays.useLegacyMergeSort, to restore previous mergesort behavior.
Nature of Incompatibility: behavioral
RFE: 6804124
of secure properties.
This would allow smoother migration from 6 to 7
http://www.oracle.com/technetwork/java/javase/compatibility-417013.html
Area: API: Utilities
Synopsis: Updated sort behavior for Arrays and Collections may throw an IllegalArgumentException
Description: The sorting algorithm used by java.util.Arrays.sort and (indirectly) by java.util.Collections.sort has been replaced. The new sort implementation may throw an IllegalArgumentException if it detects a Comparable that violates the Comparable contract. The previous implementation silently ignored such a situation.
If the previous behavior is desired, you can use the new system property, java.util.Arrays.useLegacyMergeSort, to restore previous mergesort behavior.
Nature of Incompatibility: behavioral
RFE: 6804124
- backported by
-
JDK-2226471 enhance the list of secure jnlp properties to support useLegacyMergeSort
-
- Closed
-
- duplicates
-
JDK-7171199 Please, add property sun.locale.formatasdefault to the list of secure properties
-
- Closed
-
- relates to
-
JDK-8011566 Some properties in JNLP file cause internet explorer hangs
-
- Closed
-
-
JDK-7132484 system property "java.util.Arrays.useLegacyMergeSort" does not work in jnlp
-
- Closed
-
-
JDK-7024585 enhance the list of secure jnlp vm-args for plugin and web start
-
- Resolved
-